-
Notifications
You must be signed in to change notification settings - Fork 20
Getting Started
Luke Campbell edited this page Jan 14, 2015
·
7 revisions
#OOI Science User Interface You can access all the code from OOI-UI.
Preliminary requirements in order to run the UI.
-
Create new virtual environment, this assumes you have virtualenvwrapper (I recommend virtualenvburrito):
mkvirtualenv newname
Activate or switch virtual environment:
workon newname(othername)
-
Pip install requirements in requirements.txt:
/ooi-ui$ pip install -r requirements.txt
- Install NPM Node Package Manager
- To install the dependent node packages, in the root of the project run
npm install -g grunt-cli
npm install -g bower
npm install
- Install bower components:
bower install
grunt concat
python app.py -s