Changes between Version 17 and Version 18 of SysAdmin/Pootle


Ignore:
Timestamp:
05/21/13 21:47:26 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/Pootle

    v17 v18  
    1616
    1717apt-get install -y exim4-config exim4-daemon-light
     18dpkg-reconfigure exim4-config
    1819
    1920apt-get install -y gcc python-dev
     
    9596
    9697cat << EOF > "/etc/apache2/sites-available/pootle"
    97 WSGIScriptAlias /pootle /var/www/pootle/wsgi.py
     98WSGIScriptAlias / /var/www/pootle/wsgi.py
    9899WSGIDaemonProcess pootle processes=2 threads=3 stack-size=1048576 maximum-requests=5000 inactivity-timeout=900 display-name=%{GROUP}
    99100WSGIProcessGroup pootle
    100 Alias /pootle/assets /var/www/pootle/assets
     101Alias /assets /var/www/pootle/assets
    101102<Directory /var/www/pootle/assets>
    102103Order deny,allow
    103104Allow from all
    104105</Directory>
    105 Alias /pootle/export /var/www/pootle/po
     106Alias /export /var/www/pootle/po
    106107<Directory /var/www/pootle/po>
    107108Order deny,allow
     
    113114/etc/init.d/apache2 restart
    114115}}}
    115 
    116 http://docs.translatehouse.org/projects/pootle/en/stable-2.5.0/server/web.html#apache-with-mod-wsgi
    117 
    118116== Usage ==
    119117See UserGuidelines/Localisation#A.UsingPootle