Difference between revisions of "Live GIS Disc"

From OSGeo
Jump to navigation Jump to search
m (→‎About: avoid jumble of letters, a disaster for non-native speakers)
(content outdated, redirect to page OSGeoLive)
 
(387 intermediate revisions by 85 users not shown)
Line 1: Line 1:
= About =
+
#REDIRECT [[OSGeoLive]]
 
 
[http://live.osgeo.org OSGeo Live] provides [http://en.wikipedia.org/wiki/Live_CD bootable ISO-Images] and [http://en.wikipedia.org/wiki/Virtual_machine Virtual Machines] which allow users to try out fully-operational versions of popular Free Geospatial Software without the need to install a thing. Everything is set up for you ready to go: just reboot into it, glance at the help pages on the desktop, and go. The existing hard drive and operating system will not be modified in any way, everything happens in temporary system memory. As such it will run a bit slower than the "real thing" and you may want to grab a USB flash drive to save or transfer files with. You can load and boot a live-image completely from a USB stick too if you prefer.
 
 
 
We do this in large part by maintaining automated build scripts which collect many [[OSGeo]] programs and sample data-sets together, and then combine them to form the Live disc or VM itself. By tweaking these scripts users are free to make their own custom distributions, for example localized in their own language and with local map data.
 
 
 
* For the [http://2009.foss4g.org/ 2009 FOSS4G conference] a snapshot of Free Geospatial software has been collected onto the [http://arramagong.com Arramagong Live DVD and VM].
 
: ''The Arramagong Live DVD & VM contains a collection of the best Geospatial Open Source software, pre-configured with sample data. The DVD and Virtual Machine are available for download at http://download.osgeo.org/livedvd. Refer to [[Live GIS Disc Quick Start]] to get started.''
 
 
 
= Key Links =
 
== Quick Start ==
 
* [[Live GIS Disc Quick Start]]
 
 
 
== How to add a project to OSGeoLive ==
 
* [[Live GIS Add Project]]
 
 
 
== Build Process ==
 
* [[Live GIS Build]] instructions
 
 
 
== Package List ==
 
* [http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdGIzd0VLLTBpQVJuNVlHMlBWSDhKLXc&hl=en_GB#gid=5 Package List and status]
 
* [[Live GIS Disc Packages|Package wishlist and dataset list]]
 
 
 
== Schedule ==
 
* [http://spreadsheets.google.com/ccc?key=tMRaCwabv7SiIG3moHEfMrQ&hl=en_GB Live GIS Disc Schedule]
 
 
 
== Contact Us ==
 
* Mailing List: http://lists.osgeo.org/mailman/listinfo/live-demo
 
: The mailing list is [http://news.gmane.org/gmane.comp.gis.osgeo.livedemo archived at Gmane] and [http://n2.nabble.com/OSGeo-FOSS4G-LiveDVD-f3623430.html Nabble]
 
* IRC: irc://freenode.net#foss4g (until we get too busy and need a new channel)
 
* [[Live_GIS_Disc_Meeting_Minutes|Meeting Minutes]]
 
 
 
== Downloads ==
 
 
 
http://download.osgeo.org/livedvd
 
 
 
== Issue Tracker==
 
Our bug and wish tracker is [http://trac.osgeo.org/osgeo/query?group=status&component=LiveDVD&order=priority hosted at OSGeo's Trac system]. To distinguish the LiveDVD project from other OSGeo projects, use the following conventions:
 
; Component field
 
: Set to `<tt>LiveDVD</tt>`
 
; Keywords:
 
: Version: Set to base arramagong release version: eg: 2.0 or 3.0 or 4.0 (not 3.0alpha1)
 
: Application: Set to application with issue (use lower case): eg: "geoserver"
 
 
 
; [https://trac.osgeo.org/osgeo/report/10 List of open tickets]
 
* [https://trac.osgeo.org/osgeo/query?status=new&status=assigned&status=reopened&component=LiveDVD&keywords=%7E2.0&order=priority Just those concerning the 2.0 release]
 
* [https://trac.osgeo.org/osgeo/query?status=new&status=assigned&status=reopened&component=LiveDVD&keywords=%7E3.0&order=priority Just those concerning the 3.0 release]
 
* [https://trac.osgeo.org/osgeo/query?status=closed&group=type&order=priority&component=LiveDVD List of tickets already fixed]
 
 
 
== OSGeo User Id ==
 
* Create an OSGeo id: http://www.osgeo.org/osgeo_userid , which is required to edit the wiki, commit to svn and create an issue in the issue tracker.
 
 
 
== Subversion ==
 
* Subversion: For config files and build scripts. You should always update from the server before editing a file, and always check the diff is as you intended before committing.
 
** Repository: https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk and [http://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk web view]
 
** On Linux systems: access Subversion using:
 
svn checkout https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk
 
 
 
To get commit access, you need to create yourself a user id, as explained above, then ask cameronDOTshorter.AT.lisasoftDOTcom to add you to the [https://www.osgeo.org/cgi-bin/auth/ldap_group.py?group=osgeo osgeo] user group.
 
 
 
The first think you can do to test your svn install is update the users list:
 
# to edit a file
 
svn update contributors.csv
 
# edit contributors.csv
 
 
# optionally check to see what has changed.
 
svn diff contributors.csv
 
 
# check the file back into subversion
 
svn commit contributors.csv
 
 
 
# to add a file
 
cd <dir>
 
# create a file
 
svn add <file>
 
svn propset svn:mime-type <mime.type> <file>
 
svn commit <file>
 
 
 
# to move or rename a file
 
svn move <file>
 
svn commit <file>
 
 
 
On windows, it is even easier, using [http://tortoisesvn.tigris.org/ Tortoise SVN] which plugs directly into Windows Explorer.
 
 
 
== FAQ ==
 
* [[Live GIS Disc FAQ]]
 
 
 
== Press Releases ==
 
* [[FOSS4G 2009 Press Releases]]
 
** 27 August 2009, [[FOSS4G 2009 Press Release 28]] - Simple steps to get your project on the FOSS4G Live DVD
 
** 6 September 2009, [[FOSS4G 2009 Press Release 29]] - What Windows installers should be on the FOSS4G Live DVD + Live DVD Status.
 
** 3 October 2009, [http://cameronshorter.blogspot.com/2009/10/arramgong-gis-live-dvd-off-to-printers.html] Arramgong GIS Live DVD - off to printers
 
** 16 October 2009, [[FOSS4G 2009 Press Release 35]] - LiveDVD/VM on click2try [[FOSS4G 2009 Press Release 35 Cover|Cover Email]]
 
* 16 December 2009, [[Live GIS Disc Press Release 1]] - Defining the next LiveDVD/VM
 
* 14 January 2009, [[Live GIS Disc Press Release 2]] - 3 weeks to Live DVD 3.0 feature freeze
 
* 24 March 2010, [[Live GIS Disc Press Release 4]] - LiveDVD project joins Google Summer of Code
 
* 31 March 2010, [[Live GIS Disc Press Release 3]] - Arramagong Live DVD 3.0 released
 
* 10 June 2010, [[Live GIS Disc Press Release 5]] - Building OSGeo Live DVD for FOSS4G 2010
 
* 27 June 2010, [[Live GIS Disc Press Release 6]] - 1 week till OSGeoLive Feature Freeze
 
 
 
== History ==
 
[[Live_GIS_History]]
 
 
 
= Use Cases =
 
 
 
There are multiple use cases for this product:
 
 
 
* '''Demo DVD''' that can be handed out at conferences.<br />This will contain a wide variety of applications, preconfigured with some sample data and containing introductory tutorials.  It should be able to function completely offline, at least within the scope of the tutorials, and should provide an introduction to many products.  This is very much a Live DVD, and as such should be conservative with regards to size (it will be run from RAM).
 
* '''Education DVD'''<br />This seems to be a more involved version than the Demo DVD, including more involved material, including train-the-trainer style material.  This is targeted at those who will be teaching others, be it in workshops or university classes/labs.  My expectation (mleslie: feel free to correct me) is that this is more likely to be installed on machines and used as a teaching resource, as opposed to a toy to play with, as with the Demo DVD.  This will require material developed through the [[Category:Education|Education initiative]].
 
* '''Workstation Install DVD'''<br />  This need was seen in Cape Town, where the bandwidth seems to be a very limiting factor.  Using the DVD to install either a complete OS, a set of packages to an existing Linux, or Windows installers completely offline is of great value in the developing world.  Would it be of greater value to lose the Edu or demo material and put in complete application documentation?
 
 
 
= Links to related projects =
 
 
 
* [http://www.gisvm.com/ GISVM  home page] (GIS Virtual Machine by [[Ricardo Pinho]])
 
* [http://wiki.debian.org/DebianGis/LiveImages DebianGIS Live Image]
 
: [http://svn.debian.org/viewsvn/pkg-grass/packages/debian-gis/ Build scripts in DebianGIS's SVN]
 
* [http://livecd.ominiverdi.org/index.php?page=LiveCD&toc=livecd Omniverdi LiveCD project]
 
* [http://grass.osgeo.org/download/cdrom.php List of live CDs from the GRASS download site]
 
* [http://wiki.gfoss.it/index.php/LiveDVD-GFOSS.it Gfoss.it live DVD ]
 
* [http://www.archaeogeek.com/blog/portable-gis/ Portable GIS] - Zero-install GIS for MS Windows on a USB stick
 
* [http://www.poseidonlinux.org/ Poseidon Linux]
 
* [http://www.fossgis.de/projekte_gislive.html GISLive] - LiveDVD project from [http://www.fossgis.de FOSSGIS e.V.] (German language)
 
 
 
= Links to Build tool options =
 
* The [http://packages.debian.org/sid/live-helper live-helper] package - [http://wiki.debian.org/DebianLive DebianLive home page]
 
** [http://clemensfam.org/john/?p=39 How-to for Ubuntu/Hardy]
 
 
 
* [http://www.gnewsense.org/Builder/HowToCreateYourOwnGNULinuxDistribution Gnewsense method]
 
* [http://www.howtoforge.com/ubuntu-linux-mint-livecd-with-remastersys Remastersys]
 
* [http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd Debian\Ubuntu Tricks]
 
* [https://help.ubuntu.com/community/LiveCDCustomization Ubuntu Help Way]
 
  
 
[[Category: Software Stack]]
 
[[Category: Software Stack]]
 
[[Category: Live-demo]]
 
[[Category: Live-demo]]

Latest revision as of 13:17, 29 January 2018

Redirect to: