Skip to content

Commit

Permalink
docs: 8088 is the default port, no need to specify it (#1861)
Browse files Browse the repository at this point in the history
* docs: 8088 is the default port, no need to specify it

* docs: hint to use a non default port
  • Loading branch information
andreamelloncelli authored and mistercrunch committed Jan 4, 2017
1 parent 9bc7ad9 commit 861a3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 861a3bd

Please sign in to comment.