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:
parent
9bc7ad9cd5
commit
861a3bd4ae
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue