Mercurial > pumpbridge
comparison INSTALL.md @ 1:93d23dfc801c
change INSTALL.md
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 05 Jun 2014 10:42:12 +0200 |
parents | b73191efc65b |
children | a94ac7c3b182 |
comparison
equal
deleted
inserted
replaced
0:b73191efc65b | 1:93d23dfc801c |
---|---|
1 # installation | 1 # installation |
2 | 2 |
3 ## you need | 3 ### what you need |
4 | 4 |
5 * googleplus api key and secret https://console.developers.google.com/ | 5 * facebook api key: https://developers.facebook.com/ |
6 * googleplus api key and secret: https://console.developers.google.com/ | |
6 * bridge pump.io user (log in and dont map it to social networks) | 7 * bridge pump.io user (log in and dont map it to social networks) |
8 for example: bridge@io.intevation.de (https://io.intevation.de/bridge) | |
9 | |
10 ### how to install | |
11 | |
12 ``` | |
13 npm install | |
14 ``` | |
15 | |
7 * copy app.js and index.js to pump.io-client-app usually with: | 16 * copy app.js and index.js to pump.io-client-app usually with: |
8 | 17 |
9 ``` | 18 ``` |
10 cp app.js_to_pump.io-client-app_lib node_modules/pump.io-client-app/lib/app.js | 19 cp app.js_to_pump.io-client-app_lib node_modules/pump.io-client-app/lib/app.js |
11 cp index.js_to_pump.io-client-app_lib_routes node_modules/pump.io-client-app/lib/routes/index.js | 20 cp index.js_to_pump.io-client-app_lib_routes node_modules/pump.io-client-app/lib/routes/index.js |