This commit is contained in:
Caleb James DeLisle 2016-02-12 11:14:34 +01:00
commit c87bb2ec2d
1 changed files with 9 additions and 1 deletions

View File

@ -20,10 +20,18 @@ to others who want to participate.
To install:
git clone <this repo>
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