Mercurial > pumpbridge
view 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 |
line wrap: on
line source
# installation ## you need * googleplus api key and secret https://console.developers.google.com/ * bridge pump.io user (log in and dont map it to social networks) * 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 ```