From 9247c4df902b1c50fb7562db405158e25101e77d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 09 2016 15:48:24 +0000 Subject: Indicate where the app is when running it with gunicorn --- diff --git a/README.rst b/README.rst index 5d45d4d..3897a15 100644 --- a/README.rst +++ b/README.rst @@ -53,6 +53,8 @@ If you want to test it with 8 worker threads, try ``gunicorn``:: $ pip install gunicorn $ gunicorn -w 8 -t 60 --log-config logging.ini --reload hubs.app:app +Note that then tje application is available at http://localhost:8000/ + When hacking on widgets, it is useful to have this one-liner handy. It removes the db alltogether, re-populates it, and restarts the app::