These instructions assume you are running Windows. For not Windows users the path format will be different but most of the process remains constant.
- Install node.js
- Install mongodb
- Install git
- Update PATH environmental variable (your values may be different)
- For NodeJs add C:\Program Files\nodejs to your path
- For MongoDB add C:\Program Files\MongoDB 2.6 Standard\bin to your path
- For GIT add C:\Program Files (x86)\Git\bin to your path
- Create a directory in your root called 'data' and create a directory inside 'data' called 'db'
- Install yeoman
- npm install -g yo
- Install angular-generator
- npm install -g generator-angular
- node is in your PATH
- mongod is in your PATH
- git is in your PATH
- The directory C:\data\db exists
- Execute npm install
- This should install all the dependencies listed in package.json
- Start MongoDB
- mongod
- Run the server
- grunt serve