Skip to content

Web dashboard for all sensor data to be monitored from chase vehicle

License

Notifications You must be signed in to change notification settings

USCSolarCarStrategyTeam/web-dashboard

Repository files navigation

Sensor Data Dashboard for Chase Car

Instructions

To get this server up and running on your local machine, follow the steps below

  1. Install python if you don't already have it
  2. Install pip if you don't already have it sudo easy_install pip
  3. Install virtualenv sudo pip install virtualenv
  4. Create a new virtual environment virtualenv env
  5. Activate the current environment source env/bin/activate
  6. Install the project requirements pip install -r requirements.txt
  7. Start the server python server.py
  8. Open localhost:5000 in a web browser to verify that it's running

Once this has been set up for the first time, getting the server running only requrires two steps

source env/bin/activate

python server.py

About

Web dashboard for all sensor data to be monitored from chase vehicle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published