gvaweb/docs/install.rst
Jan Dittberner 07dee34305 Update documentation
- use alabaster theme
- update changelog
- use version number from code module
2020-03-03 15:24:11 +01:00

835 B

installation

Install

Working Environment

To get a running work environment use pipenv.

To get started install pip and pipenv and use `pipenv install --dev`:

$ apt install python3-pip
$ python3 -m pip install --user -U pipenv
$ pipenv install --dev

celery, worker, file queue

Running the Celery worker

gvaweb uses the Celery distributed task queue system. The gvaweb logic is executed by a celery worker. After all dependencies are installed you can go into the gvaweb directory and run the celery worker with:

$ cd gvaweb
$ pipenv run celery -A webtasks worker -Q web -l info