From 439765126960dc9fe4ddc2e76dd67d43f9989738 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Mon, 11 Jun 2018 02:36:28 +0200 Subject: [PATCH] Avoid custom port for development server to simplify quickstart --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8f4c96c82..0df0e6995 100644 --- a/README.rst +++ b/README.rst @@ -62,12 +62,12 @@ for the Python versions specified in `tox.ini`. Serving ======= -To spin up a server (only for development purposes!) on port 8080 with -debugging middleware and in-browser code evaluation: +To spin up a local server (only for development purposes!) on port 5000 +with debugging middleware and in-browser code evaluation: .. code:: sh - $ BYCEPS_CONFIG=../config/development_admin.py FLASK_ENV=development flask run -p 8080 + $ BYCEPS_CONFIG=../config/development_admin.py FLASK_ENV=development flask run In a production environment, it is recommended to have the application served by uWSGI_ or Gunicorn_. -- 2.34.2