How to install PetiteCloud on Ubuntu 12.0.4 LTS (64-bit)
Minimum system requirements:
- An EPT based Intel processor (AMD support coming soon)
- 2 CPU cores
- 2 GB of RAM
- Hardware virtualization enabled in the system BIOS (must be done manually)
- Ubunutu 12.04.3 LTS
How to install:
- Install Ubuntu 12.04.3 LTS
- Install the needed support software
apt-get install uml-utils bridge-utils qemu-kvm tomcat7
- Untar the binary in the / directory
cd /
tar fvx ~/linux.tar
- 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
- Reboot
- Point your browser to http://127.0.0.1:8080/petitecloud-aryeh-[version]. Your PetiteCloud host is now 100% configured for first time use.
Copyright © 2015. Friedman-Nixon-Wong Enterprises, LLC.