Virtual appliance
Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.
Getting the guest image
Stable builds are available here, http://link/
Nightly builds are available here, http://ica-atom.org/download/
Running the guest image
KVM (Linux)
See KVM HowTos for information on running KVM on your host machine
- change directory to the location of KVM image,
$ cd /path/to/image/ubuntu-kvm/
- start kvm ica-atom instance (-m sets the memory in MB in this case 256MB, -redir tells the host machine to direct port 8000 to 80 on the guest instance)
$ sudo kvm -m 256 -redir tcp:8000::80 disk0.qcow2
- wait until the machine is completely booted (you will see Ubuntu shell login)
- ica-atom is now reachable at http://localhost:8000
VirtualBox (Windows/OSX/Linux/Sun)
See VirtualBox downloads for information on running VirtualBox on your host machine
To use VirtualBox download the 'vmserver' image
To load the guest image,
- Click New
- Select Operating System Linux
- Select Version Ubuntu
- Click Use existing hard disk
- Click folder icon to browse hard disks
- Click Add to add new hard disk
- Select downloaded virtual appliance
- Click Select
- Click Finish
To access ICA-AtoM from the host operating system,
- Select new appliance
- Click Settings
- Click Network
- Select Attached to Host-only Adapter
- Click OK
VMware (Windows/OSX/Linux)
...Please pardon our dust...
Xen (Linux/FreeBSD)
See Xen HowTos for information on running Xen on your host machine
Links
https://help.ubuntu.com/community/KVM
https://help.ubuntu.com/community/VirtualBox
https://help.ubuntu.com/community/VMware
https://help.ubuntu.com/community/Xen