Changes between Version 162 and Version 163 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 05/31/12 19:59:10 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v162 v163 777 777 778 778 * http://mapproxy.org 779 * http://mapproxy.org/docs/1. 2.0/install.html779 * http://mapproxy.org/docs/1.4.0/install.html 780 780 {{{ 781 781 adduser --system --disabled-password mapproxy 782 782 apt-get install -y libgeos-dev libgdal-dev 783 wget http://pypi.python.org/packages/source/M/MapProxy/MapProxy-1. 2.1.tar.gz784 tar zxvf MapProxy-1. 2.1.tar.gz785 cd MapProxy-1. 2.1783 wget http://pypi.python.org/packages/source/M/MapProxy/MapProxy-1.4.0.tar.gz 784 tar zxvf MapProxy-1.4.0.tar.gz 785 cd MapProxy-1.4.0 786 786 python setup.py install 787 787 cd .. … … 793 793 }}} 794 794 * Test: http://localhost:8080/demo/ 795 * [http://mapproxy.org/docs/1. 2.0/deployment.html#production WSGI configuration]796 * [http://mapproxy.org/docs/1. 2.0/seed.html Cleaning or Seeding]:795 * [http://mapproxy.org/docs/1.4.0/deployment.html#production WSGI configuration] 796 * [http://mapproxy.org/docs/1.4.0/seed.html Cleaning or Seeding]: 797 797 {{{ 798 798 mapproxy-seed -s seed.yaml -f mapproxy.yaml … … 859 859 source!2!user = mapproxy 860 860 }}} 861 * http://mapproxy.org/docs/1. 2.0/configuration.html861 * http://mapproxy.org/docs/1.4.0/configuration.html 862 862 * http://lists.osgeo.org/pipermail/mapproxy/2010-December/000301.html 863 863 {{{ … … 868 868 === Configuration for TRMM === 869 869 TRMM Rainfall Monitoring 870 * http://mapproxy.org/docs/1. 2.0/configuration_examples.html870 * http://mapproxy.org/docs/1.4.0/configuration_examples.html 871 871 {{{ 872 872 vim /home/mapproxy/etc/mapproxy.yaml