summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-03-14 15:09:44 +0100
committeradamhrv <adam@ahprojects.com>2019-03-14 15:09:44 +0100
commitdf6db850a37d1a14a852b7932bef0c6bc5a2d27c (patch)
tree0a85d6674598c936b20502a31fcb0c6ce2f82b86 /README.md
parentf1ceb3953fae55a06c94a058f90ed278cf0240f5 (diff)
parentc826165945096a90902bb7a31db72eb0670ab388 (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c95d56f8..116eadb5 100644
--- a/README.md
+++ b/README.md
@@ -49,13 +49,13 @@ npm run watch
## Running the various servers
-Run the web server, which will serve some HTML (you will need to add index.html to URLs... alas!):
+Run the web server:
```
python cli_flask.py run
```
-These servers must be running to use all features of the site (face search, etc.)
+Two other backend servers must be running to use all features of the site (face search, etc.)
```
python `which celery` worker -A app.server.tasks --loglevel=info -E