gvamysql/docs/install.rst

845 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

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

$ cd gvamysql
$ pipenv run celery -A gvamysql worker -Q mysql -l info