X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bd51a33b9ffe994541ccd02fc850d47ac82ccec..0e9ce396fab5cdfc2f1806bae43f05de77cb1e21:/doc/installation.rst diff --git a/doc/installation.rst b/doc/installation.rst index 32e46e58c..3b16bbb32 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -5,7 +5,7 @@ Setup Requirements ------------ -* `Python 2.6+ `_ +* `Python 2.7 `_ * Python requiremets: ``pip install -r requirements.txt`` * a library for your database of choice (see `DBs supported by Django `_) @@ -29,7 +29,7 @@ Run the dev server with:: Some tasks (like generating e-books) run in a seperate Celery process by default, so you'll also need to run:: - ./manage.py celeryd --loglevel=INFO + celery -A wolnelektury worker --loglevel=INFO Or, if you don't want to run a separate Celery daemon, set this in your ``localsettings.py``::