From 04388a7b9b2aff026f46a4412aff48558f9150ec Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 16 Jun 2016 09:15:40 -0700 Subject: [PATCH] [docs] telling people to use gunicorn server --- docs/installation.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 3d895a005f939..c972f9637186f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -68,8 +68,11 @@ Follow these few simple steps to install Caravel.:: # Load some data to play with caravel load_examples - # Start the development web server - caravel runserver -d + # Start the web server on port 8088 + caravel runserver -p 8088 + + # To start a development web server, use the -d switch + # caravel runserver -d After installation, you should be able to point your browser to the right