How to duplicate the Dashboard Webpage?
Hello, I will try to explain that I want to do.
At the moment, When I want to access to my Dashboard,I use: http://my_ip@/dashboard/
For try some modifications IN A PARALLEL WEB PAGE(when I am loggued with the user administrator for exemple), I would like to copy (directories) to duplicate my project in http://my_ip@/dashboard2/
In a basic Web Project, we store our apache project on var/www ... but in our case I don't know..
I tried to test the method of Leonardo, but I don't understand all his procedure.
1) I suppose that the file settings.py
is the file in /usr/share/openstack-dashboard/openstack_dashboard/test/settings.py
I find part of code that you talk about:
a) But I don't understand the line: 'openstack_dashboard.dashboards.nameofyournewdashboard',
that you suggest to add.
b) What are files of dashboard that I have t copy? I have files in /usr/lib/python2.6/site-packages/horizon
and in /usr/share/openstack-dashboard/openstack_dashboard
I put my file code of settings.py which can be use to find a solution.
Maybe any ideas?