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.
Create a folder to hold git repositories:
># mkdir -p /opt/git && cd /opt/git
Clone murano-deployment repository from branch release-0.2:
># git clone git://github.com/stackforge/murano-deployment.git -b release-0.2
Install prerequisites and configure devbox.
># cd /opt/git/murano-deployment/devbox-scripts
># ./murano-git-install.sh prerequisites
Press Enter to configure lab binding configuration file
/etc/murano-deployment/lab-binding.rc
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


