Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 778 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 778 Bytes

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