Skip to content

Commit

Permalink
Readme: Add section Run with Waitress
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jul 13, 2017
1 parent d3ba46f commit bef42ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ python3 app.py
Then you can access the app on http://localhost:8080.
The port and host may be changed in link:settings.ini.example[settings.ini].


=== Run with Waitress

[source, sh, subs="+attributes"]
----
cd {proj-name}
waitress-serve --listen=*:8080 app:application
----

=== Run with uWSGI and nginx

If you have many micro-apps like this, it’s IMO kinda overkill to run each in a separate uWSGI process, isn’t it?
Expand Down

0 comments on commit bef42ef

Please sign in to comment.