diff --git a/_sources/installation.txt b/_sources/installation.txt
index fe410da2f9e..4711ca2aa17 100644
--- a/_sources/installation.txt
+++ b/_sources/installation.txt
@@ -86,12 +86,12 @@ Follow these few simple steps to install Caravel.::
# Initialize the database
caravel db upgrade
- # Create default roles and permissions
- caravel init
-
# Load some data to play with
caravel load_examples
+ # Create default roles and permissions
+ caravel init
+
# Start the web server on port 8088
caravel runserver -p 8088
@@ -136,7 +136,7 @@ of the parameters you can copy / paste in that configuration module: ::
# Caravel specific config
#---------------------------------------------------------
ROW_LIMIT = 5000
- CARAVEL_WORKERS = 16
+ CARAVEL_WORKERS = 4
CARAVEL_WEBSERVER_PORT = 8088
#---------------------------------------------------------
@@ -344,4 +344,3 @@ your environment.::
npm run prod
cd $CARAVEL_HOME
python setup.py install
-
diff --git a/installation.html b/installation.html
index 4c69eb4e5d5..93bf9302a16 100644
--- a/installation.html
+++ b/installation.html
@@ -220,12 +220,12 @@ and setuptools li
# Initialize the database
caravel db upgrade
-# Create default roles and permissions
-caravel init
-
# Load some data to play with
caravel load_examples
+# Create default roles and permissions
+caravel init
+
# Start the web server on port 8088
caravel runserver -p 8088
@@ -264,7 +264,7 @@ of the parameters you can copy / paste in that configuration module: