1. Download
Https://launchpad.net/openstack-dashboard
2. Installation
2.1
Python tools/install_venv.py
Unable to download and install openstack and openstackx through git due to network problems during installation
The modification is as follows,
2.2 download to the response directory:
Wget https://github.com/jacobian/openstack.compute/tarball/master
Mv jacobian-openstack.compute-89c5c6a ../. dashboard-venv/src/openstack
Wget https://github.com/cloudbuilders/openstackx/tarball/master
Mv cloudbuilders-openstackx-f9574f0 ../. dashboard-venv/src/openstackx
2.3 modify tools/pip-requires
File: // home/nii/src/od/openstack-dashboard/. dashboard-venv/src/openstack # egg = openstack
File: // home/nii/src/od/openstack-dashboard/. dashboard-venv/src/openstackx # egg = openstackx
#-E git: // github.com/jacbian/openstack.compute.git?egg=openstack
#-E git: // github.com/cloudbuilders/openstackx.git?egg=openstackx
2.4 re-Execute
Python tools/install_venv.py
2.5
Tools/with_venv.sh dashboard/manage. py syncdb
Tools/with_venv.sh dashboard/manage. py runserver0.0.0.0: 8000
However, after the installation is complete, it is found that the admin user name and password are not prompted in the middle, which leads to the failure to log on ,,
Alas, the setup and installation documents on the Internet are outdated. The installation package is a README for installation, and there is no idea how to set it... Helpless