Changes between Version 17 and Version 18 of SysAdmin/Pootle
- Timestamp:
- 05/21/13 21:47:26 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/Pootle
v17 v18 16 16 17 17 apt-get install -y exim4-config exim4-daemon-light 18 dpkg-reconfigure exim4-config 18 19 19 20 apt-get install -y gcc python-dev … … 95 96 96 97 cat << EOF > "/etc/apache2/sites-available/pootle" 97 WSGIScriptAlias / pootle/var/www/pootle/wsgi.py98 WSGIScriptAlias / /var/www/pootle/wsgi.py 98 99 WSGIDaemonProcess pootle processes=2 threads=3 stack-size=1048576 maximum-requests=5000 inactivity-timeout=900 display-name=%{GROUP} 99 100 WSGIProcessGroup pootle 100 Alias / pootle/assets /var/www/pootle/assets101 Alias /assets /var/www/pootle/assets 101 102 <Directory /var/www/pootle/assets> 102 103 Order deny,allow 103 104 Allow from all 104 105 </Directory> 105 Alias / pootle/export /var/www/pootle/po106 Alias /export /var/www/pootle/po 106 107 <Directory /var/www/pootle/po> 107 108 Order deny,allow … … 113 114 /etc/init.d/apache2 restart 114 115 }}} 115 116 http://docs.translatehouse.org/projects/pootle/en/stable-2.5.0/server/web.html#apache-with-mod-wsgi117 118 116 == Usage == 119 117 See UserGuidelines/Localisation#A.UsingPootle