Skip to content
Snippets Groups Projects
Commit 57e6ccee authored by Radim Peša's avatar Radim Peša
Browse files

Update README.md

parent 67f37ea3
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Quick Setup
1. Clone this repository.
2. Create a virtualenv and install the requirements.
3. Change pasth to deploy.sh in app.py
3. Change path to deploy.sh in app.py
4. Open a second terminal window and start a local Redis server (if you are on Linux or Mac, execute `run-redis.sh` to install and launch a private copy).
5. Open a third terminal window. Start a Celery worker: `venv/bin/celery worker -A app.celery --loglevel=info`.
6. Start the Flask application on your original terminal window: `venv/bin/python app.py`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment