Mercurial > pumpbridge
comparison INSTALL.md @ 0:b73191efc65b
Initial import of pumpbridge (bloody bloody alpha)
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 05 Jun 2014 10:35:15 +0200 |
parents | |
children | 93d23dfc801c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b73191efc65b |
---|---|
1 # installation | |
2 | |
3 ## you need | |
4 | |
5 * 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 * copy app.js and index.js to pump.io-client-app usually with: | |
8 | |
9 ``` | |
10 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 | |
12 ``` |