Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 485 Bytes

Docker installation instructions

  1. run git clone https://github.com/apostolistriantafyllou/rpilocator_api
  2. run cd rpilocator_api
  3. run docker-compose up -d

Manual installation instructions

  1. run git clone https://github.com/apostolistriantafyllou/rpilocator_api
  2. run cd rpilocator_api
  3. run pip install -r requirements.txt
  4. run python main.py(i do not know how to make this run on startup or run in the background, so please open an issue if you know how)