-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Dmytro Prokhorenkov edited this page Mar 24, 2016
·
4 revisions
git clone https://github.com/l13t/pyWBacula.git
cd pyWBacula
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
You can use run.py to start application:
./run.py
Or you can use gunicorn:
venv/bin/gunicorn --bind 0.0.0.0:15995 run:app