Changes between Version 148 and Version 149 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 10/03/11 08:36:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v148 v149 755 755 756 756 cd /home 757 mapproxy-util create -t base-config mymapproxy 757 mapproxy-util create -t base-config mapproxy 758 cd mapproxy 759 mapproxy-util create -t wsgi-app -f mapproxy.yaml config.py 758 760 }}} 759 761 * Test: http://localhost:8080/demo/ 760 762 * [http://mapproxy.org/docs/1.2.0/deployment.html#production WSGI configuration] 763 Apache: 761 764 {{{ 762 765 vim /etc/apache2/sites-available/proxy … … 783 786 a2ensite proxy 784 787 /etc/init.d/apache2 force-reload 788 }}} 789 Cherokee/uWSGI: 790 {{{ 791 vim /home/mapproxy/uwsgi.xml 792 <uwsgi> 793 <pythonpath>/home/mapproxy/</pythonpath> 794 <app mountpoint="/"> 795 <script>config</script> 796 </app> 797 <workers>4</workers> 798 </uwsgi> 785 799 }}} 786 800 * http://mapproxy.org/docs/1.2.0/configuration.html