Difference between revisions of "Live GIS Disc"

From OSGeo
Jump to navigation Jump to search
(→‎Contact Us: + nabble archive)
(content outdated, redirect to page OSGeoLive)
 
(446 intermediate revisions by 86 users not shown)
Line 1: Line 1:
The Live DVD contains a collection of the best Geospatial Open Source software, pre-configured with sample data. The DVD is available for download at http://download.osgeo.org/livedvd.
+
#REDIRECT [[OSGeoLive]]
 
 
 
 
== 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)
 
 
 
=== 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
 
** 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.
 
 
 
=== Downloads ===
 
* ISO hosting: See the [[SAC:ISO Mirroring]] page.
 
: Downloads at: http://download.osgeo.org/livedvd
 
: To get ssh access to the download box, create a user id, as described below, and then ask cameronDOTshorter.AT.lisasoftDOTcom to add you to the "Telescience" group.
 
 
 
===Wiki pages===
 
* [[Live GIS Disc Quick Start]]
 
* [[Category: Live-demo]]
 
* [[GISVM Build]] - the Arramagong LiveDVD shares most of the build process with the GISVM project.
 
* [[Live_GIS_Disc_Packages]]
 
* [[Live GIS Disc Testing]]
 
* [[Live GIS Disc FAQ]]
 
 
 
=== Issue Tracker===
 
: [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.
 
 
 
=== 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.
 
 
 
==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.
 
 
 
== Long Term Plan ==
 
 
 
Following the BOF session on 1 Oct, 2008 in Cape Town (and IRC), we've developed a broad plan for the future of the LiveDVD project.  I will attempt to summarise it.
 
 
 
=== 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?
 
 
 
=== Packaging ===
 
 
 
The way forward was seen to require some proper packaging of every module used in the various products.  This means that every application needs to be packaged in a .deb file.  Datasets will be packaged in their own .deb files.  Application configurations, tutorials, documentation, education materials and the like would then be packaged separately, with dependencies defined to ensure the data and applications they need are in place. 
 
 
 
Once these packages are created, it will be fairly easy to cut special-purpose images containing subsets of the available packages.  Standard images can be defined using 'virtual packages' that only contain dependencies.
 
 
 
More information on our packaging efforts can be found here: [[Live GIS Disc Packages]]
 
 
 
=== Scripts and Tutorials ===
 
Besides debian-packages the project tries to provide scripts and tutorials on how to create a Live DVD. This will help interested people to create their own Live DVD customized for their personal needs.
 
 
 
====Available Tutorials, Scripts, Instructions...====
 
* How to create a Live DVD from an existing Ubuntu/Xubuntu/LiveDemo installation: [[Creating a Live GIS DISC from scratch]]
 
 
 
== Next Steps ==
 
 
 
[[Live GIS Disc Packages]] documents what is currently available through Debian repositories and OSGeo repositories, and what still needs to be packaged.
 
 
 
=== Near term ===
 
The immediate steps (as of 2 Oct, 2008) are:
 
* Get a Debian package repository up and running (Tim Bowden as volunteered as repo maintainer, with guidance from Chris Schmidt)
 
* Complete the proper packaging of everything that made it on to the FOSS4G 2008 version
 
* Prod the Edu group for content that can be packaged.
 
 
 
=== Medium term ===
 
 
 
Medium term goals: (next generation)
 
* Proposal: Base our efforts around the Debian [http://wiki.debian.org/DebianLive live-helper] package. See proposal in the [[#How to contribute?]] section below.
 
 
 
 
 
== Future Targets ==
 
 
 
Here is an attempt at a list of milestones that should have DVD image releases.
 
 
 
* GIS Day 2008, November 19th 2008
 
* [[AAG 2009]], March 2009
 
* [[Live_GIS_Disc#FOSS4G_2009|FOSS4G 2009]], October 2009
 
 
 
== How to contribute? ==
 
 
 
Current efforts have concentrated around monolithic ISO edits, in a similar way to [http://www.howtoforge.com/ubuntu-linux-mint-livecd-with-remastersys Remastersys].
 
 
 
Collaborating on such a Live DVD is not that simple. Basically, only one person at
 
a time can work on the image. Also up- and downloading gigabyte sized ISO-images is rather
 
tedious. This was one of the reasons why we decided to package everything that is supposed to
 
go on the DVD in modular Debian-packages.
 
 
 
So the best and easiest way to contribute is to create packages for geospatial applications that have not been packaged yet, for sample data, configurations or examples.
 
Packages for Java software are especially needed, due to the history of Java, support in Debian has only recently been added so official packages are few.
 
 
 
Also this allows everyone who wants to create a customized version of the Live DVD to install all the packages, examples, and data they want and create their own ISO-image.
 
 
 
See the [[Creating a Live GIS DISC from scratch]] and [[LISAsoft-LiveCD process]] wiki pages for more information on the current build process.
 
 
 
* Proposal: Base our efforts around the Debian [http://wiki.debian.org/DebianLive live-helper] package. We would only need to maintain config files and data fetching build scripts in [http://wiki.debian.org/DebianGis DebianGIS's] or [http://trac.osgeo.org/osgeo/browser/livedvd OSGeo's SVN]. Additional hook scripts could build/install any additional software we require on the disc. This approach also makes it trivial to change the default language, setup, media target (e.g. USB drives), distribution (any Ubuntu/Debian releases), etc. and eliminates the need to volley gigabyte sized ISO masters between different development centers. See [[#Medium_term]] goals above.
 
 
 
== Available Live Discs ==
 
=== FOSS4G 2009 ===
 
October 2009:
 
 
 
This [[FOSS4G 2009 Live DVD]] will be handed out to all delegates at the [http://2009.foss4g.org FOSS4G 2009] conference in Sydney, Australia, 20-23 October 2009.
 
 
 
=== Arramagong LiveDVD ===
 
 
 
November 2008:
 
 
 
Currently LISAsoft is working on the Arramagong Live DVD, which was initially
 
based on Ominiverdi's Live CD.
 
 
 
Arramagong is, like Ominiverdi's Live DVD, based on Xubuntu (currently v8.04).
 
Arrmagong adds a variety of geospatial software to it. This software is
 
preconfigured and comes with sample data and projects, so after booting from
 
the DVD, they can be immediately tested. 
 
 
 
Recently LISAsoft released the a first beta version of Arramagong 1.0.
 
 
 
====Arramagong Links====
 
*Homepage: http://www.arramagong.com
 
*Until we have an issue tracker, problems can be reported [[Arramagong_LiveDVD_issues|here]].
 
*ISO Images:
 
**Stable: http://download.osgeo.org/livedvd/Arramagong-Live-v0.11.iso
 
**Latest: http://download.osgeo.org/livedvd/Arramagong_v1.0Beta1.iso
 
 
 
=== FOSS4G 2008 LiveDVD ===
 
 
 
September 2008:
 
 
 
The discussion and planning for the FOSS4G 2008 LiveDVD has been archived [[FOSS4G2008_LiveDVD_discussion|here]].
 
 
 
The index page of the DVD is now [[FOSS4G2008_LiveDVD|here]].
 
 
 
The DVD is available for download at http://download.osgeo.org/livedvd.
 
 
 
== Links to related projects ==
 
 
 
* [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.GISVM.com GIS Virtual Machine (GISVM)]
 
 
 
* [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]
 
 
 
  
 
[[Category: Software Stack]]
 
[[Category: Software Stack]]
 
[[Category: Live-demo]]
 
[[Category: Live-demo]]

Latest revision as of 13:17, 29 January 2018

Redirect to: