Skip to content

forbesk/robosub-2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robosub-2014

#Configuration

###Virtual Environment The following steps below will setup the python virtual environment.

virtualenv env
source env/bin/activate
pip install -r requirements.txt

###Setting up Dashboard The dashboard has several dependencies that need to be installed before it can be used.

development

pushd src/auvweb/dashboard
bower install
npm install
popd

production

pushd src/auvweb/dashboard
bower install -p
popd

###Development Server Once your virtual environment has been configured and the Dashboard has its required dependencies the following command will run the auvweb server. AUVWeb should now be running on port 5000.

development

bin/auvweb

About

RoboSub 2014 codebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published