mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
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:
committed by
Maxime Beauchemin
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
|
||||
|
||||
Reference in New Issue
Block a user