Changes between Version 142 and Version 143 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
10/02/11 19:29:57 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v142 v143  
    745745
    746746 * http://mapproxy.org
    747   * http://mapproxy.org/docs/1.0.0/install.html
    748 {{{
    749 wget http://pypi.python.org/packages/source/M/MapProxy/MapProxy-1.0.0.tar.gz
    750 tar zxvf MapProxy-1.0.0.tar.gz
    751 cd MapProxy-1.0.0
     747  * http://mapproxy.org/docs/1.2.0/install.html
     748{{{
     749wget http://pypi.python.org/packages/source/M/MapProxy/MapProxy-1.2.0.tar.gz
     750tar zxvf MapProxy-1.2.0.tar.gz
     751cd MapProxy-1.2.0
    752752python setup.py install
    753753cd ..
     
    757757}}}
    758758  * Test: http://localhost:8080/demo/
    759   * [http://mapproxy.org/docs/1.0.0/deployment.html#production WSGI configuration]
     759  * [http://mapproxy.org/docs/1.2.0/deployment.html#production WSGI configuration]
    760760{{{
    761761vim /etc/apache2/sites-available/proxy
     
    783783/etc/init.d/apache2 force-reload
    784784}}}
    785   * http://mapproxy.org/docs/1.0.0/configuration.html
     785  * http://mapproxy.org/docs/1.2.0/configuration.html
    786786  * http://lists.osgeo.org/pipermail/mapproxy/2010-December/000301.html
    787787{{{