How to install PetiteCloud on FreeBSD.

Minimum system requirements:

How to install:

  1. Install FreeBSD 10 as per instructions in the FreeBSD Handbook.
  2. Login as root.
    2a (only required until port is committed to FreeBSD ports collection)
    	cd /usr/ports/emulators
    	mkdir petitecloud
    	cd petitecloud
    	fetch http://downloads.petitecloud.org/port.tar.gz
    	tar fvxz port.tar.gz
    	cd /usr/ports/distfiles
    	fetch http://downloads.petitecloud.org/petitecloud.tar.gz -o src.petitecloud-aryeh-[version].tar.gz
    
    	Replace [version] with the version of PetiteCloud you are installing
    
  3. Do the following commands:
    	cd /usr/ports/emulators/petitecloud
    	make install
    
  4. Answer all the prompts given from the above (default values are fine).
  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.