[doc] installation, load examples before init

This commit is contained in:
Maxime Beauchemin 2016-10-07 10:57:26 -07:00
parent ecfe1a2417
commit 0a3121c243
1 changed files with 3 additions and 3 deletions

View File

@ -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