Changes between Version 9 and Version 10 of SysAdmin/Pootle
- Timestamp:
- 05/21/13 16:01:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/Pootle
v9 v10 9 9 Assuming a base Debian stable (6.x): 10 10 {{{ 11 apt-get install -y bzip2 unzip11 apt-get install -y bzip2 less unzip 12 12 apt-get install -y libapache2-mod-wsgi 13 13 apt-get install -y mysql-server python-mysqldb phpmyadmin mytop … … 31 31 tar jxvf translate-toolkit-1.10.0.tar.bz2 32 32 cd translate-toolkit-1.10.0 33 python setup.py install 34 cd .. 35 36 wget --no-check-certificate -O Django-1.4.5.tar.gz https://www.djangoproject.com/download/1.4.5/tarball/ 37 tar zxvf Django-1.4.5.tar.gz 38 cd Django-1.4.5 33 39 python setup.py install 34 40 cd ..