Updating README to work for dev

Adding more detailed instructions to get the dev environment working.

Ideally upgrading the node version would be included, but that can
be added later. This will work.

Change-Id: I89c11a57e2191a0d302ac905b90d30ead85bfb4a
This commit is contained in:
David Lyle 2015-10-06 16:37:59 -06:00 committed by Michael Krotscheck
parent 0dcbd6e583
commit efb490cac9
1 changed files with 8 additions and 1 deletions

View File

@ -8,13 +8,20 @@ Installation
API
---
Make sure the python dependencies are installed preferrably in a virtualenv
if doing development work::
pip install -r requirements.txt
Frontend
--------
Installation of the frontend requires Node.js and Gulp. On Ubuntu::
sudo apt-get install nodejs npm nodejs-legacy
sudo npm install -g gulp
sudo npm -g install npm@2
sudo npm -g config set prefix /usr/local
sudo npm -g install npm
sudo npm -g install gulp
Then, install the Node modules by running, from the project directory::