Build and run via docker-compose in one command
docker-compose up --build
Run stand alone
Frontend
- Install deps from frontend
yarn install - Build frontend
yarn run build - Move /static and /templates folder to backend
Backend
- Install deps from backend
pip (or pip3) install -r requirements.txt - Install deluge into your system
- Run deluge daemon
deluged - Run backend server
python3 app.py localhost:5006
More information about project in subject