mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Merge pull request #1021 from ariarijp/documentation-improvement
Vagrant docs: add purging the cache step
This commit is contained in:
@@ -33,8 +33,9 @@ To get started with this box:
|
|||||||
bin/run ./manage.py database drop_tables
|
bin/run ./manage.py database drop_tables
|
||||||
bin/run ./manage.py database create_tables
|
bin/run ./manage.py database create_tables
|
||||||
bin/run ./manage.py users create --admin --password admin "Admin" "admin"
|
bin/run ./manage.py users create --admin --password admin "Admin" "admin"
|
||||||
|
9. Purging the Redis cache
|
||||||
9. Start the server and background workers with
|
``redis-cli -n 1 FLUSHALL``
|
||||||
|
10. Start the server and background workers with
|
||||||
``bin/run honcho start -f Procfile.dev``.
|
``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.
|
can login with username admin and password admin.
|
||||||
|
|||||||
Reference in New Issue
Block a user