mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fixed typo in installation instructions (#8413)
This commit is contained in:
committed by
Maxime Beauchemin
parent
9fc37ea9f1
commit
1e533db3a2
@@ -192,7 +192,7 @@ Follow these few simple steps to install Superset.::
|
||||
superset init
|
||||
|
||||
# To start a development web server on port 8088, use -p to bind to another port
|
||||
superset run -p 8080 --with-threads --reload --debugger
|
||||
superset run -p 8088 --with-threads --reload --debugger
|
||||
|
||||
After installation, you should be able to point your browser to the right
|
||||
hostname:port `http://localhost:8088 <http://localhost:8088>`_, login using
|
||||
|
||||
Reference in New Issue
Block a user