Superuser privileges is required to install and configure system packages. Let's switch to root account:
sudo su -Make sure that additional repositories are installed and your system is updated and upgraded. Please check from with steps in the appendix.
If there is no openstack dashboard package in your environment install it now with all dependencies. Deleting an Ubuntu theme is an optional step but recommended. In Centos open up the firewall ports for HTTP.
Note
Horizon installed by devstack is not capable for a murano installation.
Ubuntu
apt-get install memcached libapache2-mod-wsgi openstack-dashboard dpkg --purge openstack-dashboard-ubuntu-themeCentOS
yum install make gcc memcached python-memcached \ mod_wsgi openstack-dashboard python-netaddr.noarch #> lokkit -p http:tcp #> lokkit -p https:tcpClone Murano Dashboard repository from the github:
git clone https://github.com/stackforge/murano-dashboardStable version one of our releases can be checked out by tag:
cd murano-dashboard && git checkout 0.2Switch to just created directory and run installation script
Ubuntu
sh setup.sh installCentOS
sh setup-centos.sh install


