mgebbe@0: # installation mgebbe@0: mgebbe@0: ## you need mgebbe@0: mgebbe@0: * googleplus api key and secret https://console.developers.google.com/ mgebbe@0: * bridge pump.io user (log in and dont map it to social networks) mgebbe@0: * copy app.js and index.js to pump.io-client-app usually with: mgebbe@0: mgebbe@0: ``` mgebbe@0: cp app.js_to_pump.io-client-app_lib node_modules/pump.io-client-app/lib/app.js mgebbe@0: cp index.js_to_pump.io-client-app_lib_routes node_modules/pump.io-client-app/lib/routes/index.js mgebbe@0: ```