From 861a3bd4ae85da2bb227c3d44a4ff56b9a836caf Mon Sep 17 00:00:00 2001 From: andreamelloncelli Date: Wed, 4 Jan 2017 23:43:56 +0100 Subject: [PATCH] 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 --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index f990279f0..82189ed07 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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