#75 Indicate where the app is when running it with gunicorn
Merged 8 years ago by ralph. Opened 8 years ago by pingou.
pingou/fedora-hubs small_readme_fix  into  develop

file modified
+2
@@ -53,6 +53,8 @@ 

      $ 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::

  

no initial comment
Metadata