OSGeo-Live is a self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.
 
 
 
 
 
 
Go to file
Hamish Bowman 4130a380a5 svn props, .sld not executable
git-svn-id: http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk@9874 7da46fd8-bd2a-0410-a152-cf9810cf5b10
2013-02-10 03:29:22 +00:00
app-conf + rgeos needed for quickstart 2013-02-08 19:33:10 +00:00
app-data svn props, .sld not executable 2013-02-10 03:29:22 +00:00
bin bump versions 2013-02-09 22:20:55 +00:00
desktop-conf updated artwork for 6.5. Thanks Brian. 2013-01-03 20:26:49 +00:00
download Trying to make the download page more clear to new people 2010-04-07 19:28:46 +00:00
isolinux Custom version of header for boot menu 2011-03-15 07:19:22 +00:00
sources.list.d Starting to update remastersys 2012-07-20 21:06:57 +00:00
CHANGES.txt update version to 6.5beta2 2013-01-29 23:01:44 +00:00
README.txt use sun-java from partner repository, and change references to arramagong to *live* 2010-06-08 06:14:42 +00:00
VERSION.txt update version to 6.5beta2 2013-01-29 23:01:44 +00:00
install_list added otb and pycsw to the installed list 2012-08-27 10:11:16 +00:00

README.txt

The set of scripts in this directory tree will make a GIS Virtual
Machine and bootable ISO from a base Xubuntu system.


Running:
=======

sudo ./bin/main.sh
#Suggested method of running includes piping all the information to logs
sudo ./main.sh 2>&1 | tee /var/log/live/main_install.log

File Structure:
==============

bin/
     /main.sh # Call all the other scripts
       /setup.sh # Download, and install all core files and set up config files
       /install_project1.sh # Download, and install all files for project1
       /install_project2.sh # Download, and install all files for project2
       /install_desktop.sh
       /install_main_docs.sh
       /setdown.sh

       /build_iso.sh
         /load_mac_installers.sh
	 /load_win_installers.sh

     bootstrap.sh
     inchroot.sh
     package.sh
     sync_livedvd.sh

app-conf/
     /project1/   # config files used by install_package1.sh script
     /project2/   # config files used by install_package2.sh script

app-data/
     /project1/   # data & help files used by package1
     /project2/   # data & help files used by package2

desktop-conf/	  # data files and images used for the main desktop background
     
doc/
     /index_pre.html		# header for summary help page
     /index_post.html		# footer for summary help page
     /arramagong.css
     /jquery.js
     /template_definition.html	# example of project_definition.html file
     /template_description.html	# example of project_description.html file
     /template_licence.html	# incorportate into project_description.html???

     /descriptions/
       /package_definition.html    # short (1 sentence) summary of installed pkg 
       /package_description.html   # getting started instructions for the LiveDVD user

download/	# copy of the livedvd project's download server webpage

sources.list.d/ # Supplimentary package repositories for /etc/apt/sources.list



SVN repository structure:
=========================

trunk/      # main development
branches/   # old releases (viable; open to bug fixes)
     /arramagong_2/   # the 2.0.x release branch (based on Xununtu 9.04)

tags/       # versioned release snapshots (do not edit)
     /release_20090930_arramagong_2_0_3/   # the 2.0.3 release (Sept 30, 2009)