Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.34 KB

File metadata and controls

56 lines (41 loc) · 1.34 KB

Automatic Cycle Locking Server Code

Installation -

Installing Dependencies

  • Clone the project in a directory on your local system.
git clone https://github.com/WheelsOnRoll/cycleProjectServer
cd cycleProjectServer/
  • Create a new Virtual Environment using the Python Package virtualenv and activate the virtual environment in it.
virtualenv venv
source venv/bin/activate
  • Install the Python Dependencies in the same Python Virtual Environment by running the following command:
pip install -r requirements.txt
  • You can start the server by running the following command:
python server.py
  • Check out the RPi project to run the Python Client and it's associated code.

Running Docker

  • To run docker you need to have Docker and docker-compose installed on your system.

  • After that run the following command.

docker-compose build
docker-compose up

Project Documentation

  • All Project Documentation is on the Wiki and in case anything is missing kindly feel free to open up a new Issue on the Github Issue Tracker for the same.

Project Mentor

Project Members