Difference between revisions of "Live GIS Disc"

From OSGeo
Jump to navigation Jump to search
m (fix hierarchy)
(content outdated, redirect to page OSGeoLive)
 
(433 intermediate revisions by 86 users not shown)
Line 1: Line 1:
== About ==
+
#REDIRECT [[OSGeoLive]]
 
 
The aim of this project is to build [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.
 
 
 
* For the 2008 and [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 & GISVM 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 ==
 
 
 
=== 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)
 
 
 
=== Downloads ===
 
* ISO hosting: See the [[SAC:ISO Mirroring]] page.
 
: Downloads at: http://download.osgeo.org/livedvd
 
: Members in good standing who require it may apply for ssh access to the download box. To do so create a user id, as described below, and then ask cameronDOTshorter.AT.lisasoftDOTcom to add you to the "Telescience" group.
 
 
 
=== 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].
 
: Please set the ticket's ''Component'' field to `<tt>LiveDVD</tt>` as we share the tracker with other OSGeo projects.
 
 
 
* [https://trac.osgeo.org/osgeo/report/10 List of open tickets]
 
* [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 and [http://trac.osgeo.org/osgeo/browser/livedvd/ web view]
 
** On Linux systems: access Subversion using:
 
svn checkout https://svn.osgeo.org/osgeo/livedvd
 
 
 
The first think you can do to test your svn install is update the users list:
 
# to edit a file
 
cd gisvm/trunk/
 
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.
 
 
 
To get commit access, you need to create yourself a user id, as explained below, then ask cameronDOTshorter.AT.lisasoftDOTcom to add you to the "osgeo" user group.
 
 
 
==Passwords==
 
The disk username=user, password=user
 
 
 
Right now https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/passwords.txt is copied to the Desktop when main.sh is run to build the live image. If you want users to have access to an applications user/password please place it there.
 
 
 
== See also ==
 
 
 
===Wiki pages===
 
* [[Live GIS Disc Quick Start]]
 
* [[Category: Live-demo]]
 
* [[GISVM Build]] - the Arramagong LiveDVD is based on and shares most of the build process with the [http://www.gisvm.com GISVM project].
 
* [[Live_GIS_Disc_Packages]]
 
* [[Live GIS Disc Testing]]
 
* [[FOSS4G_2009_Schedule|Schedule]] leading up to FOSS4G 2009.
 
* [[Live GIS Disc FAQ]]
 
 
 
=== Links to related projects ===
 
 
 
* [http://arramagong.com/ Arramagong Live DVD home page]
 
* [http://www.gisvm.com/ GISVM  home page] (GIS Virtual Machine)
 
 
 
* [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]
 
 
 
=== 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]
 
 
 
=== 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?
 
  
 
[[Category: Software Stack]]
 
[[Category: Software Stack]]
 
[[Category: Live-demo]]
 
[[Category: Live-demo]]

Latest revision as of 13:17, 29 January 2018

Redirect to: