docs: 8088 is the default port, no need to specify it (#1861)

* docs: 8088 is the default port, no need to specify it

* docs: hint to use a non default port
This commit is contained in:
andreamelloncelli 2017-01-04 23:43:56 +01:00 committed by Maxime Beauchemin
parent 9bc7ad9cd5
commit 861a3bd4ae
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ Follow these few simple steps to install Superset.::
# Create default roles and permissions
superset init
# Start the web server on port 8088
superset runserver -p 8088
# Start the web server on port 8088, use -p to bind to another port
superset runserver
# To start a development web server, use the -d switch
# superset runserver -d