Changes between Version 6 and Version 7 of SysAdmin/Pootle
- Timestamp:
- 05/21/13 15:52:18 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/Pootle
v6 v7 9 9 Assuming a base Debian stable (6.x): 10 10 {{{ 11 apt-get install -y unzip 11 12 apt-get install -y libapache2-mod-wsgi 12 13 apt-get install -y mysql-server python-mysqldb phpmyadmin mytop 13 14 apt-get install -y python-setuptools 14 # memcached 15 apt-get install -y iso-codes 16 17 apt-get install -y bzip2 gcc python-dev 18 wget http://downloads.sourceforge.net/project/translate/python-Levenshtein/0.10.1/python-Levenshtein-0.10.1.tar.bz2 19 tar jxvf python-Levenshtein-0.10.1.tar.bz2 20 cd python-Levenshtein-0.10.1 21 python setup.py install 22 cd .. 23 15 24 wget ftp://ftp.tummy.com/pub/python-memcached/python-memcached-latest.tar.gz 16 25 tar zxvf python-memcached-1.51.tar.gz … … 18 27 python setup.py install 19 28 cd .. 29 30 # @ToDo: https://lucene.apache.org/pylucene/ 31 20 32 }}} 21 33