diff --git a/.travis.yml b/.travis.yml index c7e40534f..ef74d46b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: node_js -node_js: - - "0.12" -script: npm run-script lint +branches: + only: + - master + - diffdom + node_js: + - "0.12" + diff --git a/readme.md b/readme.md index 58f4af451..3569e5fea 100644 --- a/readme.md +++ b/readme.md @@ -20,10 +20,18 @@ to others who want to participate. To install: git clone + cd cryptpad npm install npm install -g bower ## if necessary bower install - ## copy config.js.dist to config.js and modify configuration (use your own mongodb instance) + + ## copy config.js.dist to config.js + cp config.js.dist config.js + + ## modify configuration to use your own mongodb instance + ## for example aon the default mongodb port `mongodb://localhost:27017/demo_database` + $EDITOR config.js + node ./server.js