From 584c6ce07d81b2537cd5b50a106b9f68e0480183 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Thu, 14 Jan 2016 20:57:33 +0100 Subject: [PATCH] updates installation howto --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fe091f0ac..e6c295154 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