Changes between Version 148 and Version 149 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
10/03/11 08:36:42 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v148 v149  
    755755
    756756cd /home
    757 mapproxy-util create -t base-config mymapproxy
     757mapproxy-util create -t base-config mapproxy
     758cd mapproxy
     759mapproxy-util create -t wsgi-app -f mapproxy.yaml config.py
    758760}}}
    759761  * Test: http://localhost:8080/demo/
    760762  * [http://mapproxy.org/docs/1.2.0/deployment.html#production WSGI configuration]
     763Apache:
    761764{{{
    762765vim /etc/apache2/sites-available/proxy
     
    783786a2ensite proxy
    784787/etc/init.d/apache2 force-reload
     788}}}
     789Cherokee/uWSGI:
     790{{{
     791vim /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>
    785799}}}
    786800  * http://mapproxy.org/docs/1.2.0/configuration.html