diff --git a/README.rst b/README.rst index 7573dfc..23112c0 100644 --- a/README.rst +++ b/README.rst @@ -117,7 +117,7 @@ Manually * Install the needed system libraries:: - sudo dnf install git python2-virtualenv libgit2-devel \ + sudo dnf install git python2-virtualenv libgit2-devel redis \ libjpeg-devel gcc libffi-devel redhat-rpm-config .. note:: Do note the version of libgit2 that you install, for example @@ -170,6 +170,11 @@ Manually python createdb.py --initial alembic.ini +* Enable and start redis server:: + + systemctl enable redis + systemctl start redis + * Start a worker, in one terminal:: ./runworker.py