diff --git a/_sources/installation.txt b/_sources/installation.txt
index fcfc63c5335..57cdc467876 100644
--- a/_sources/installation.txt
+++ b/_sources/installation.txt
@@ -112,9 +112,6 @@ of the parameters you can copy / paste in that configuration module: ::
# Flask-WTF flag for CSRF
CSRF_ENABLED = True
- # Whether to run the web server in debug mode or not
- DEBUG = True
-
This file also allows you to define configuration parameters used by
Flask App Builder, the web framework used by Caravel. Please consult
the `Flask App Builder Documentation
diff --git a/faq.html b/faq.html
index 88a37de6504..9eecacb2b26 100644
--- a/faq.html
+++ b/faq.html
@@ -9,8 +9,8 @@
-
-
+
+
@@ -28,7 +28,7 @@
-
+
@@ -71,7 +71,7 @@
Windows isn’t officially supported at this point, but if you want to
attempt it, download get-pip.py, and run pythonget-pip.py which may need admin access. Then run the following:
-
C:\> \path\to\vcvarsall.bat x86_amd64
-C:\> set LIB=C:\OpenSSL-1.0.1f-64bit\lib;%LIB%
-C:\> set INCLUDE=C:\OpenSSL-1.0.1f-64bit\include;%INCLUDE%
-C:\> pip install cryptography
+
C:\> \path\to\vcvarsall.batx86_amd64
+C:\>setLIB=C:\OpenSSL-1.0.1f-64bit\lib;%LIB%
+C:\>setINCLUDE=C:\OpenSSL-1.0.1f-64bit\include;%INCLUDE%
+C:\>pipinstallcryptography
-# You may also have to create C:\Temp
-C:\> md C:\Temp
+# You may also have to create C:\Temp
+C:\>mdC:\Temp
Follow these few simple steps to install Caravel.:
-
# Install caravel
-pip install caravel
+
# Install caravel
+pipinstallcaravel
-# Create an admin user
-fabmanager create-admin --app caravel
+# Create an admin user
+fabmanagercreate-admin--appcaravel
-# Initialize the database
-caravel db upgrade
+# Initialize the database
+caraveldbupgrade
-# Create default roles and permissions
-caravel init
+# Create default roles and permissions
+caravelinit
-# Load some data to play with
-caravel load_examples
+# Load some data to play with
+caravelload_examples
-# Start the development web server
-caravel runserver -d
+# Start the development web server
+caravelrunserver-d
After installation, you should be able to point your browser to the right
@@ -207,7 +207,7 @@ your datasources for Caravel to be aware of, and they should show up in
To configure your application, you need to create a file (module)
caravel_config.py and make sure it is in your PYTHONPATH. Here are some
of the parameters you can copy / paste in that configuration module:
#---------------------------------------------------------# Caravel specifix config#---------------------------------------------------------ROW_LIMIT=5000
@@ -230,10 +230,7 @@ of the parameters you can copy / paste in that configuration module:
SQLALCHEMY_DATABASE_URI='sqlite:////tmp/caravel.db'# Flask-WTF flag for CSRF
-CSRF_ENABLED=True
-
-# Whether to run the web server in debug mode or not
-DEBUG=True
+CSRF_ENABLED=True
This file also allows you to define configuration parameters used by
@@ -345,8 +342,8 @@ metadata from your Druid cluster(s)