Skip to content

Installation

Dmytro Prokhorenkov edited this page Mar 24, 2016 · 4 revisions

Installation

Download

git clone https://github.com/l13t/pyWBacula.git

Prepare and enable virtual enviroment

cd pyWBacula
virtualenv venv
source venv/bin/activate

Install python modules

pip install -r requirements.txt

Modify configuration files

Read about config files

Run

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

Clone this wiki locally