Changes between Initial Version and Version 1 of QuickStartGuide


Ignore:
Timestamp:
Nov 9, 2009, 8:16:29 AM (14 years ago)
Author:
aboudreault
Comment:

intial quickstart guide

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v1 v1  
     1
     2= Requirements =
     3
     4 * A supported ubuntu distribution (See [wiki:SupportedDistributions] )
     5 * A ubuntu system configured to use the ''main'', ''universe'' and ''multiverse'' components
     6{{{
     7deb http://us.archive.ubuntu.com/ubuntu/ <codename> main universe multiverse
     8}}}
     9 * A ubuntu system configured to use the ''updates'' and ''security'' repositories
     10{{{
     11deb http://us.archive.ubuntu.com/ubuntu/ <codename>-security main universe multiverse
     12deb http://us.archive.ubuntu.com/ubuntu/ <codename>-updates main universe multiverse
     13}}}
     14
     15= Configuration =
     16
     17To use Ubuntu GIS packages, you need to add the repository to your system's software sources: [wiki:UbuntuGISRepository]
     18
     19= Installation =
     20
     21You can see all available packages from these pages:
     22 * Stable: https://launchpad.net/~ubuntugis/+archive/ppa/+packages
     23 * Unstable: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/+packages
     24
     25And install packages via ''apt-get'', like any other package. ie:
     26{{{
     27apt-get install cgi-mapserver
     28}}}