Skip to content

Commit

Permalink
[docs] telling people to use gunicorn server
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 16, 2016
1 parent db30f20 commit 04388a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04388a7

Please sign in to comment.