scratch repo; based on ol13 stable
 
 
 
 
 
 
Go to file
darkblueb 20c8316759 Merge pull request 'postgis_misc' (#6) from postgis_misc into master 2020-07-09 06:28:25 -07:00
app-conf init ol13 2020-06-08 14:49:17 -07:00
app-data init ol13 2020-06-08 14:49:17 -07:00
bin Merge branch 'master' of https://git.osgeo.org/gitea/darkblueb/osgeolive14 into postgis_misc 2020-07-08 15:43:58 -07:00
desktop-conf init ol13 2020-06-08 14:49:17 -07:00
sources.list.d init ol13 2020-06-08 14:49:17 -07:00
CHANGES.txt init ol13 2020-06-08 14:49:17 -07:00
LICENSE.txt init ol13 2020-06-08 14:49:17 -07:00
README.rst init ol13 2020-06-08 14:49:17 -07:00
VERSION.txt version bump 2020-06-25 12:18:32 -07: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 18.04 (Bionic) 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