Installation instructions for development enviroments.
The holmes-web requires the following tools to work:
- ruby
- rvm
- node
- npm
- bower
npm install -g bower
- grunt
npm install grunt
- grunt-cli
npm install -g grunt-cli
Add in your /etc/hosts
:
127.0.0.1 local.holmes.com
To install just type:
make setup
To run:
make run
To test:
make unit