Changes between Version 22 and Version 23 of SysAdmin/Pootle
- Timestamp:
- 05/24/13 11:37:03 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/Pootle
v22 v23 9 9 Assuming a base Debian stable (6.x): 10 10 {{{ 11 apt-get install -y bzip2 less unzip 11 apt-get update 12 apt-get upgrade -y 13 apt-get install -y bzip2 less lrzsz unzip 12 14 apt-get install -y libapache2-mod-wsgi 13 15 apt-get install -y mysql-server python-mysqldb phpmyadmin mytop 14 apt-get install -y python-setuptools 15 apt-get install -y iso-codes 16 16 apt-get install -y isocodes python-setuptools python-dev gcc 17 17 apt-get install -y exim4-config exim4-daemon-light 18 18 dpkg-reconfigure exim4-config 19 19 20 apt-get install -y gcc python-dev21 20 wget http://downloads.sourceforge.net/project/translate/python-Levenshtein/0.10.1/python-Levenshtein-0.10.1.tar.bz2 22 21 tar jxvf python-Levenshtein-0.10.1.tar.bz2