short intro

This commit is contained in:
Stefan Midjich 2016-04-16 19:10:28 +02:00
parent d1ef8b9bee
commit a91480c264
1 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,11 @@ Plugins accept data from the request of the user, as of writing this is only wsg
There is a sample plugin called logging.py. Plugins are merely rq jobs that are executed by an rq worker. As such they can only be so complex.
# RQ worker
# Get started
python setup.py install
python portal.py
## RQ worker
rq worker -u redis://127.0.0.1:6379/