This easy way can be used on Ubuntu Server 12.04 x86-64 and CentOS 6.4 x86-64. Also, you can use virtual machines on VMWare, VirtualBox, KVM with these operating systems.

># mkdir -p /opt/git && cd /opt/git
        
># git clone git://github.com/stackforge/murano-deployment.git -b release-0.2
        
># cd /opt/git/murano-deployment/devbox-scripts
># ./murano-git-install.sh prerequisites
        
LAB_HOST='***.***.***.***'

AUTH_URL="http://$LAB_HOST:5000/v2.0"

ADMIN_USER='admin'
ADMIN_PASSWORD='***'

RABBITMQ_LOGIN='muranouser'
RABBITMQ_PASSWORD='murano'
RABBITMQ_VHOST='muranovhost'
BRANCH_NAME='release-0.2'

SSL_ENABLED='false'
    

It's recommended to use separate vHost in RabbitMQ.

Then some additional system packages will be installed.

  • Install Murano components

># ./murano-git-install.sh install
        
  • When everything is done login to the Dashboard using URL http://your_IP/horizon for Ubuntu and http://your_IP/dashboard for CentOS