summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-14 02:46:51 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-14 02:46:51 +0100
commit8df493f6f9d18acfe5919cf257c2da0d2b30ab7a (patch)
tree44c25bebf91a6c7a4aef629bf35f7ab75e82e80e /README.md
parent0108392dcf3675f4356164a3f14a4dbb7b40f8cf (diff)
copy etc
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