Skip to content

Commit

Permalink
[doc] installation, load examples before init
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 7, 2016
1 parent ecfe1a2 commit 0a3121c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0a3121c

Please sign in to comment.