How to install PetiteCloud on Ubuntu 12.0.4 LTS (64-bit)

Minimum system requirements:

How to install:

  1. Install Ubuntu 12.04.3 LTS
  2. Install the needed support software
    		apt-get install uml-utils bridge-utils qemu-kvm tomcat7
    		
  3. Untar the binary in the / directory
    		cd /
    		tar fvx ~/linux.tar
    		
  4. Edit your /etc/network/interfaces
    		auto lo
    		iface lo inet loopback
    
    		auto eth0
    		iface eth0 inet manual
    
    		auto br0
    		iface br0 inet static
    			address 10.0.10.30
    			netmask 255.255.255.0
    			gateway 10.0.10.1
    			dns-nameservers 10.0.10.1
    			bridge_ports eth0
    			bridge_stp off
    			bridge_fd 0
    			bridge_maxwait 0
    	
  5. Reboot
  6. Point your browser to http://127.0.0.1:8080/petitecloud-aryeh-[version]. Your PetiteCloud host is now 100% configured for first time use.