Skip to content

Commit

Permalink
Merge pull request #1021 from ariarijp/documentation-improvement
Browse files Browse the repository at this point in the history
Vagrant docs: add purging the cache step
  • Loading branch information
arikfr committed May 4, 2016
2 parents 8fa6fdb + c5d92b4 commit f7322a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/dev/vagrant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ To get started with this box:
8. Update database schema to the latest version:

::

bin/run ./manage.py database drop_tables
bin/run ./manage.py database create_tables
bin/run ./manage.py users create --admin --password admin "Admin" "admin"

9. Start the server and background workers with
9. Purging the Redis cache
``redis-cli -n 1 FLUSHALL``
10. Start the server and background workers with
``bin/run honcho start -f Procfile.dev``.
10. Now the server should be available on your host on port 9001 and you
11. Now the server should be available on your host on port 9001 and you
can login with username admin and password admin.

0 comments on commit f7322a4

Please sign in to comment.