Create a folder to hold git repositories
># mkdir -p /opt/git cd /opt/git && cd /opt/git
Clone murano-deployment repository
># git clone git://github.com/stackforge/murano-deployment.git
Change directory to murano-deployment and switch to release-0.2 branch
># cd /opt/git/murano-deployment
># git checkout -b release-0.2 origin/release-0.2
Install prerequisites. On this step some additional system packages will be installed
># cd /opt/git/murano-deployment/devbox-scripts
># ./murano-git-install.sh prerequisites
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'
It's recommended to use separate vHost in RabbitMQ
Install Murano components
># ./murano-git-install.sh install
Login to the Dashboard using URL http://uth_port = 35357;your VM IP>/dashboard


