Changes between Version 199 and Version 200 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 09/11/14 12:55:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v199 v200 444 444 445 445 * http://mapproxy.org 446 * http://mapproxy.org/docs/1. 4.0/install.html446 * http://mapproxy.org/docs/1.7.0/install.html 447 447 {{{ 448 448 adduser --system --disabled-password mapproxy 449 449 apt-get install -y libgeos-dev libgdal-dev 450 wget http://pypi.python.org/packages/source/M/MapProxy/MapProxy-1. 4.0.tar.gz451 tar zxvf MapProxy-1. 4.0.tar.gz452 cd MapProxy-1. 4.0450 wget http://pypi.python.org/packages/source/M/MapProxy/MapProxy-1.7.1.tar.gz 451 tar zxvf MapProxy-1.7.1.tar.gz 452 cd MapProxy-1.7.1 453 453 python setup.py install 454 454 cd .. … … 460 460 }}} 461 461 * Test: http://localhost:8080/demo/ 462 * [http://mapproxy.org/docs/1. 4.0/deployment.html#production WSGI configuration]463 * [http://mapproxy.org/docs/1. 4.0/seed.html Cleaning or Seeding]:462 * [http://mapproxy.org/docs/1.7.0/deployment.html#production WSGI configuration] 463 * [http://mapproxy.org/docs/1.7.0/seed.html Cleaning or Seeding]: 464 464 {{{ 465 465 mapproxy-seed -s seed.yaml -f mapproxy.yaml