Skip to content

centralized "manager" of the rest of the system: DB; API endpoint for controllers and the outside world

License

Notifications You must be signed in to change notification settings

fmfi-svt-deadlock/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Newest version (unreviewed) is in the devel branch.

server: the DB + "manager"

centralized "manager" of the rest of the system: DB; API endpoint for controllers and the outside world

Setup

Required Python version: 3.4

  1. Create virtualenv if necessary: pyvenv ./venv (or pyvenv-3.4 ./venv)
  2. Activate virtualenv:
    • bash, zsh: source venv/bin/activate
    • fish: . venv/bin/activate.fish
    • csh, tcsh: source venv/bin/activate.csh
  3. Install dependencies if necessary: pip install -r requirements.txt

The rest doesn't exist yet.

About

centralized "manager" of the rest of the system: DB; API endpoint for controllers and the outside world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published