<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Vmatzken</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Vmatzken"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Vmatzken"/>
	<updated>2026-04-14T21:17:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Quick_Start&amp;diff=41544</id>
		<title>Live GIS Disc Quick Start</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Live_GIS_Disc_Quick_Start&amp;diff=41544"/>
		<updated>2009-10-04T10:36:15Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Vmatzken: /* Download the ISO Image */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Arramagong Live DVD =&lt;br /&gt;
&lt;br /&gt;
== System Requirements ==&lt;br /&gt;
* RAM: 512 Meg, preferably 1 Gig.&lt;br /&gt;
* CPU: 1 GHz i686 or compatible (Intel/AMD)&lt;br /&gt;
* Spare Hard Disk Space: No hard drive required.&lt;br /&gt;
: At least 3 Gig if you wish to install the operating system.&lt;br /&gt;
* Mouse: a 3-button mouse is useful, especially for Mac trackpad users.&lt;br /&gt;
&lt;br /&gt;
== Download the ISO Image ==&lt;br /&gt;
Download the latest arramagong-livedvd image from http://download.osgeo.org/livedvd.&lt;br /&gt;
&lt;br /&gt;
On linux use:&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://download.osgeo.org/livedvd/&amp;lt;image name&amp;gt;.iso&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: if your image stops half way through, you can restart with:&lt;br /&gt;
 wget -c &amp;lt;nowiki&amp;gt;http://download.osgeo.org/livedvd/&amp;lt;image name&amp;gt;.iso&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the image is to be downloaded in multiple parts, then you can put it together again with [http://www.7-zip.org 7zip] on MS-Windows, or on Mac or Linux with:&lt;br /&gt;
 cat image.iso.1 image.iso.2 &amp;gt; image.iso&lt;br /&gt;
&lt;br /&gt;
Another way to put these together on MS-Windows without 7zip is:&lt;br /&gt;
&lt;br /&gt;
Open a Command-Prompt (cmd.exe), navigate to the parts folder and type &amp;quot;copy /B image.iso.1 + image.iso.2 image.iso&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Burn the ISO onto a DVD ==&lt;br /&gt;
Use your favourite program to burn the ISO to a DVD.&lt;br /&gt;
&lt;br /&gt;
== Boot from the DVD ==&lt;br /&gt;
* Put the DVD into your computer's CD drive, then reboot your computer.&lt;br /&gt;
* If your computer is set to boot from CD (as is often the case) you should boot up into an Xubuntu system, with Geospatial applications installed. Otherwise you'll have to adjust the BIOS boot settings or press the boot menu button just after powering-up.&lt;br /&gt;
&amp;lt;!-- Mac instructs for boot from CD? --&amp;gt;&lt;br /&gt;
* If you find yourself at a pretty login page simply press return or wait for the countdown to timeout.&lt;br /&gt;
* Try out the different applications from the desktop and from the Applications &amp;amp;rarr; Education menu.&lt;br /&gt;
&lt;br /&gt;
= Arramagong GISVM as a Virtual Machine =&lt;br /&gt;
&lt;br /&gt;
''For full project details, refer to: [[Live GIS Disc]].''&lt;br /&gt;
&lt;br /&gt;
== System Requirements for VM ==&lt;br /&gt;
* RAM: 1 Gig, preferably 2Gig if you plan to run other applications as well&lt;br /&gt;
* Spare Hard Disk Space: 9 Gig to install the VM (at version FOSS4G 2009 alpha 4). This will likely increase to 13 Gig. 20 if you've got it.&lt;br /&gt;
&lt;br /&gt;
== Install a Virtual Machine ==&lt;br /&gt;
Download a Virtual Machine player. [http://www.vmware.com/download/player/ VMWare Player] is recommended as the image has been built and tested using VMWare, however VMWare is a pain to install due to all the personal details you need to enter). If you are on linux, it is much easier to install [http://www.virtualbox.org/ VirtualBox], and the applications work almost as well, a few window resize glitches and the like.&lt;br /&gt;
 apt-get install virtualbox-ose&lt;br /&gt;
&lt;br /&gt;
If you plan to build an image from scratch, you will need VMWare Server (and 2 Gig or RAM).&lt;br /&gt;
&lt;br /&gt;
== Download VM Image ==&lt;br /&gt;
Download the latest ArramagongGISVM from http://download.osgeo.org/livedvd.&lt;br /&gt;
On GNU/Linux use:&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://download.osgeo.org/livedvd/&amp;lt;image name&amp;gt;.7z&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: if your image stops half way through, you can restart with:&lt;br /&gt;
 wget -c &amp;lt;nowiki&amp;gt;http://download.osgeo.org/livedvd/&amp;lt;image name&amp;gt;.7z&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the image was downloaded in multiple parts you must put it back together again with [http://www.7-zip.org/ 7zip] on MS-Windows, or on UNIXes with the command:&lt;br /&gt;
 cat image.7z.1 image.7z.2 &amp;gt; image.7z&lt;br /&gt;
&lt;br /&gt;
== Uncompress Image ==&lt;br /&gt;
You will need to uncompress the image using 7zip. Windows installers here: http://www.7-zip.org/&lt;br /&gt;
&lt;br /&gt;
On linux:&lt;br /&gt;
 # install&lt;br /&gt;
 sudo apt-get install p7zip-full&lt;br /&gt;
 &lt;br /&gt;
 # uncompress&lt;br /&gt;
 7z x &amp;lt;filename.7z&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install in Virtual Box ==&lt;br /&gt;
&lt;br /&gt;
* As the Live GIS Disc is a VMWare virtual machine, you should convert it to the Virtual Box format. There are detailed instruction at the [https://wiki.ubuntu.com/UbuntuMagazine/HowTo/Switching_From_VMWare_To_VirtualBox:_.vmdk_To_.vdi_Using_Qemu_+_VdiTool#Converting%20your%20existing%20.vmdk%20Virtual%20Disc%20Image%20To%20a%20.vdi%20File Ubuntu wiki] to convert it on a linux box.&lt;br /&gt;
&lt;br /&gt;
* On recent versions of Virtual Box (tested on Sun Virtual Box 3.0.2) you can add to the virtual disks catalog the vmdk image without any conversion so the only thing you have to do is create a new VM and assign the disk to it.&lt;br /&gt;
&lt;br /&gt;
== Install in VMWare Player ==&lt;br /&gt;
Add details about how to set up the image ...&lt;br /&gt;
&lt;br /&gt;
== Test ==&lt;br /&gt;
For details about how to test each application, refer to [[Live GIS Disc Testing]] and the program links in the main help page, which can be found on the Live-image's desktop.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Live-demo]]&lt;/div&gt;</summary>
		<author><name>Wiki-Vmatzken</name></author>
	</entry>
</feed>