Mercurial > pumpbridge
comparison INSTALL.md @ 28:faeb3b96bdeb
use html-to-text
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Tue, 29 Jul 2014 12:14:02 +0200 |
parents | 58a069d12b0c |
children | 34cfa565f565 |
comparison
equal
deleted
inserted
replaced
27:f27ddfa42e94 | 28:faeb3b96bdeb |
---|---|
17 * copy app.js and index.js to pump.io-client-app usually with: | 17 * copy app.js and index.js to pump.io-client-app usually with: |
18 | 18 |
19 ``` | 19 ``` |
20 cp app.js_to_pump.io-client-app_lib node_modules/pump.io-client-app/lib/app.js | 20 cp app.js_to_pump.io-client-app_lib node_modules/pump.io-client-app/lib/app.js |
21 cp index.js_to_pump.io-client-app_lib_routes node_modules/pump.io-client-app/lib/routes/index.js | 21 cp index.js_to_pump.io-client-app_lib_routes node_modules/pump.io-client-app/lib/routes/index.js |
22 mkdir -p lib/ && coffee -b -c -o lib/ src/*.coffee | |
22 ``` | 23 ``` |
23 | 24 |
24 * configure your Facebook App ID and your Google App ID in | 25 * configure your Facebook App ID and your Google App ID in |
25 ``` | 26 ``` |
26 views/index.jade | 27 views/index.jade |