diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
