gvaldap/docs/install.rst
Jan Dittberner 2297c82cf2 Release preparation for 0.6.0
- Bump copyright years
- Bump version number
- Update changelog
- Update documentation
2020-03-03 15:07:39 +01:00

840 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, ldap queue

Running the Celery worker

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

$ cd gvaldap
$ pipenv run celery -A ldaptasks worker -Q web -l info