Mercurial > pumpbridge
view INSTALL.md @ 6:a94ac7c3b182
appId clientid in index.jade, remove logo from index
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Sat, 07 Jun 2014 10:22:12 +0200 |
parents | 93d23dfc801c |
children | 58a069d12b0c |
line wrap: on
line source
# installation ### what you need * facebook api key: https://developers.facebook.com/ * googleplus api key and secret: https://console.developers.google.com/ * bridge pump.io user (log in and dont map it to social networks) for example: bridge@io.intevation.de (https://io.intevation.de/bridge) ### how to install ``` npm install ``` * copy app.js and index.js to pump.io-client-app usually with: ``` cp app.js_to_pump.io-client-app_lib node_modules/pump.io-client-app/lib/app.js cp index.js_to_pump.io-client-app_lib_routes node_modules/pump.io-client-app/lib/routes/index.js ``` * configure your Facebook App ID and your Google App ID in ``` views/index.jade appId: 'FACEBOOKID', 'cookiepolicy': "https://yourserver.org", 'clientid': 'GOOOGLEPLUSCLIENTID', ```