451 B
451 B
Installation
Server
- clone repository to the main server
- change into
web
- create VirtualEnv: run
python3 -m venv venv
thensource venv/bin/activate
- install dependencies:
pip install -r requirement.txt
- create config file:
cp backend/config.example.json config.json
- edit example config to represent your situation
- remove comments in config file
- run the server:
python backend/main.py
Nodes
#todo