The simplest way to get working Murano devbox is Vagrant tool. This tool is available for Ubuntu only.

Prepare Environment (Ubuntu)

># apt-get install virtualbox
        
># apt-get install vagrant --no-install-recommends
        
># wget http://files.vagrantup.com/
            packages/7ec0ee1d00a916f80b109a298bab08e391945243/
            vagrant_1.2.7_x86_64.deb
        
># dpkg --install vagrant_1.2.7_x86_64.deb
        

Launch The Box

>$ git clone https://github.com/stackforge/murano-deployment.git
       
>$ cd murano-deployment/getting-started
>$ git checkout -b release-0.2 origin/release-0.2
        
# Lab Settings
#-------------
# Address of the host which provides Keystone service.
#
# LAB_HOST='192.168.1.2'
LAB_HOST='***.***.***.***'
...
        
>$ ./launch-the-box.sh