Add collectstatic and compress commands to the install guide

Change-Id: I0e766805113333ea8fe761c13abde2ea9ab84930
This commit is contained in:
Ivan Kolodyazhny 2019-04-12 14:50:08 +03:00 committed by Hongbin Lu
parent b5b3d19757
commit e7cd679178

View File

@ -18,6 +18,14 @@ Enable Zun UI in your Horizon::
cp zun_ui/enabled/* <path to your horizon>/openstack_dashboard/local/enabled/
Run collectstatic command::
python <path to your horizon>/manage.py collectstatic
Compress static files (if enabled)::
python <path to your horizon>/manage.py compress
Then restart your Horizon.
After restart your Horizon, reload dashboard forcely using [Ctrl + F5] or etc. in your browser.