Skip to content
Raj Anand edited this page Sep 23, 2015 · 3 revisions

##Welcome to the Librenote

###Installation

  1. Install Node.js using nvm
  2. Install MongoDB
  3. Install Meteor

Starting the server in development mode

  1. Create settings.json file under config directory.
  2. Start the server by running start script file. It will take care of setting up the environment variable.
  3. Never commit your config/settings.json in the repo. Check .gitignore for more such files.

Here is an example settings.json file.

{
  "public":{
  },
  "development":{
  },
  "production":{
  }
}


Clone this wiki locally