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
Angelos Tzotsos ba07663ff5 Update GeoMoose to 3.9.0 2022-06-10 14:20:38 +03:00
app-conf Enable Firefox installation without snap 2022-06-05 18:22:26 +03:00
app-data Fix path to SpData files in 14.0 2021-05-19 13:19:27 +00:00
bin Update GeoMoose to 3.9.0 2022-06-10 14:20:38 +03:00
desktop-conf chenaged welcome to version 15 2022-06-09 12:27:50 +03:00
sources.list.d Setting up pgadmin4 ppa 2022-06-08 15:15:40 +03:00
CHANGES.txt Update version to 14.0 2021-05-16 14:14:54 +03:00
LICENSE.txt Added license file at top level for more visibility 2016-06-28 22:52:29 +03:00
README.rst jammy bump 2022-06-08 21:55:53 -07:00
VERSION.txt Update version to 14.0 2021-05-16 14:14:54 +03:00

README.rst

OSGeo live installation scripts
===============================
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. It is composed entirely of free software, allowing it to be freely distributed, duplicated and passed around.

The set of scripts in this repository will make a GIS Virtual
Machine or bootable ISO from a base Lubuntu 22.04 (Jammy) system.

Running:
~~~~~~~~

You can install individual applications in the base Lubuntu system by running bin/install*sh scripts.

Up to date instructions on building a VM or an ISO image are given at:
http://wiki.osgeo.org/wiki/Live_GIS_Build

File Structure:
~~~~~~~~~~~~~~~

:: 

bin/
     /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
     
sources.list.d/ # Supplimentary package repositories for /etc/apt/sources.list

::

.. _OSGeo-Live: https://live.osgeo.org