Difference between revisions of "Live GIS Disc Quick Start"

From OSGeo
Jump to navigation Jump to search
 
(50 intermediate revisions by 6 users not shown)
Line 1: Line 1:
= Arramagong GISVM as a Virtual Machine =
+
Looking to download a copy or read the help for the OSGeo Live DVD/USB/VM go to http://live.osgeo.org
  
== System Requirements ==
+
The page below and the list of other wiki pages are aimed at the developers of the project.
* RAM: 1 Gig, preferably 2Gig if you plan to run other applications as well
+
See also:
* Spare Hard Disk Space: 9 Gig, at version FOSS4G 2009 alpha 4. This will likely increase to 12 Gig.
 
  
== Install a Virtual Machine ==
+
* [[Live GIS Disc Quick Start for Virtual Machines]]
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.
+
* [[Live GIS Disc Quick Start for USB]]
apt-get install virtualbox-ose
+
* Back to the [[Live GIS Disc]] main page
 +
* The [[Live GIS Disc FAQ]]
  
If you plan to build an image from scratch, you will need VMWare Server (and 2 Gig or RAM).
+
=Running OSGeo-Live from a DVD=
  
== Download Image ==
+
;System Requirements
Download the latest ArramagongGISVM from http://download.osgeo.org/livedvd.
+
* RAM: 512 Meg, preferably 1 Gig.
On linux use:
+
* CPU: 1 GHz i686 or compatible (Intel/AMD)
wget http://download.osgeo.org/livedvd/<image name>.7z
+
* Hard Disk:
 +
: None required if running directly from the DVD
 +
: At least 5 Gig if you wish to install the operating system.
 +
* Mouse: a 3-button mouse is useful, especially for Mac trackpad users.
  
Note: if your image stops half way through, you can restart with:
 
wget -c http://download.osgeo.org/livedvd/<image name>.7z
 
  
If the image is to be downloaded in multiple parts, then you can put it together again with 7zip on windows, or on linux with:
+
; Download
cat image.7z.1 image.7z.2 > image.7z
+
: Download .iso from http://download.osgeo.org/livedvd
  
== Uncompress Image ==
+
; Create DVD
You will need to uncompress the image using 7zip. Windows installers here: http://www.7-zip.org/
+
: Burn the ISO onto a DVD (or boot in a [[Live GIS Disc Quick Start for Virtual Machines|Virtual Machine]]
  
On linux:
+
; Run
# install
+
* Put the DVD into your computer's CD drive, then reboot your computer.
sudo apt-get install p7zip-full
+
* 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.
+
<!-- Mac instructs for boot from CD? -->
# uncompress
+
* If you find yourself at a pretty login page simply press return or wait for the countdown to timeout.
7z x <filename.7z>
+
* Try the many applications from the "GeoSpatial" menu.
  
== Install in Virtual Box ==
 
Add details about how to set up the image ...
 
  
== Install in VMWare Player ==
+
= Installing and running in a Virtual Machine =
Add details about how to set up the image ...
 
  
== Test ==
+
The exact instructions depend on the VM software you will use:
For details about how to test each application, refer to: [[Live_GIS_Disc_Testing]].
+
* [http://live.osgeo.org/quickstart/virtualbox_quickstart.html VirtualBox]
 +
* [[Live_GIS_Build#Run_the_the_ISO_in_a_QEMU_.2F_KVM_Virtual_Machine|KVM-Qemu]]
 +
* [[Live_GIS_Build#Creating_a_fresh_Virtual_Machine|VMWare]]
 +
 
 +
The basic idea is that you create an empty VM disk space (10-20gb is typical), mount the downloaded ISO image as a DVD (or CD) drive, then boot and [http://live.osgeo.org/quickstart/osgeolive_install_quickstart.html install to the VM disk from the Live DVD]. Once it is installed you can boot directly into the VM without having the DVD image attached.
 +
 
 +
 
 +
= Click2Try: run from browser =
 +
(''this information now out-of-date?'')
 +
 
 +
The old 2.0 Virtual Machine can be viewed from http://click2try.com from within a web browser with Java plugin enabled.
 +
 
 +
# Open http://www.click2try.com/catalog/Web-Development/Geospatial/Arramagong-GISVM/details
 +
# Click the big '''Try this application now''' button.
 +
# Review the connection test results and fix, if necessary.
 +
# Either wait for the application to launch or click the '''Launch App''' button.
 +
* Login with user=user, password=user
 +
* You should see the icons for the Geospatial applications on the desktop. You can start and try any application.
 +
* To save data, you'll need to apply for a free click2try account at http://www.click2try.com/component/user/?task=register.
  
  
 
[[Category: Live-demo]]
 
[[Category: Live-demo]]

Latest revision as of 16:19, 5 February 2011

Looking to download a copy or read the help for the OSGeo Live DVD/USB/VM go to http://live.osgeo.org

The page below and the list of other wiki pages are aimed at the developers of the project. See also:

Running OSGeo-Live from a DVD

System Requirements
  • RAM: 512 Meg, preferably 1 Gig.
  • CPU: 1 GHz i686 or compatible (Intel/AMD)
  • Hard Disk:
None required if running directly from the DVD
At least 5 Gig if you wish to install the operating system.
  • Mouse: a 3-button mouse is useful, especially for Mac trackpad users.


Download
Download .iso from http://download.osgeo.org/livedvd
Create DVD
Burn the ISO onto a DVD (or boot in a Virtual Machine
Run
  • Put the DVD into your computer's CD drive, then reboot your computer.
  • 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.
  • If you find yourself at a pretty login page simply press return or wait for the countdown to timeout.
  • Try the many applications from the "GeoSpatial" menu.


Installing and running in a Virtual Machine

The exact instructions depend on the VM software you will use:

The basic idea is that you create an empty VM disk space (10-20gb is typical), mount the downloaded ISO image as a DVD (or CD) drive, then boot and install to the VM disk from the Live DVD. Once it is installed you can boot directly into the VM without having the DVD image attached.


Click2Try: run from browser

(this information now out-of-date?)

The old 2.0 Virtual Machine can be viewed from http://click2try.com from within a web browser with Java plugin enabled.

  1. Open http://www.click2try.com/catalog/Web-Development/Geospatial/Arramagong-GISVM/details
  2. Click the big Try this application now button.
  3. Review the connection test results and fix, if necessary.
  4. Either wait for the application to launch or click the Launch App button.
  • Login with user=user, password=user
  • You should see the icons for the Geospatial applications on the desktop. You can start and try any application.
  • To save data, you'll need to apply for a free click2try account at http://www.click2try.com/component/user/?task=register.