From 8627e67f8cc59062bd4dfdeac167ac9411e8e01b Mon Sep 17 00:00:00 2001
From: Maxime Beauchemin
Date: Fri, 7 Oct 2016 10:58:58 -0700
Subject: [PATCH] new docs
---
_sources/installation.txt | 9 ++++-----
installation.html | 8 ++++----
2 files changed, 8 insertions(+), 9 deletions(-)
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:
# Caravel specific config
#---------------------------------------------------------
ROW_LIMIT = 5000
-CARAVEL_WORKERS = 16
+CARAVEL_WORKERS = 4
CARAVEL_WEBSERVER_PORT = 8088
#---------------------------------------------------------