Creating A Grid Appliance
From Grid-Appliance Wiki
EXPERIMENTAL
Method to create a Grid Appliance using Ubuntu Server 9.04:
- Download 32-bit Ubuntu Server 9.04 image
- Create a Virtual Machine with 2 NICs (1 NAT and 1 Host-Only)
- Install Ubuntu using the image. On the boot screen, press F4 after selecting a language and select minimal virtual machine and proceed.
- During installation, create a user named griduser with password as password
- After installation, log on to the system and run:
- `sudo bash`
- `apt-get -y install build-essential git-core wget`
- `git clone git://github.com/sandipshete/gridapp.git`
- `cd gridapp`
- Download Condor unstripped binaries in the current directory
- `./auto_install.sh`
- Reboot the system
This is deprecated
This document details the creation of a Grid Appliance using MD4.
- Download MD4 zip or MD4 tar.bz2
- Start the VM
- Login with griduser:password
- Execute `sudo bash`
- (Optional) execute `apt-get update; apt-get upgrade` apt will not work until `apt-get update` has been executed
- Download Condor, IPOP, and COW Debian Packages.
- Install them using
- `dpkg --install condor.deb`
- `dpkg --install ipop.deb`
- `dpkg --install cow.deb`
- Add your features
- (Optional) If you would like to redeploy your appliance, run `clean.sh` and this will remove unnecessary clutter from the VM.

