Changes between Version 6 and Version 7 of SysAdmin/Pootle


Ignore:
Timestamp:
05/21/13 15:52:18 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/Pootle

    v6 v7  
    99Assuming a base Debian stable (6.x):
    1010{{{
     11apt-get install -y unzip
    1112apt-get install -y libapache2-mod-wsgi
    1213apt-get install -y mysql-server python-mysqldb phpmyadmin mytop
    1314apt-get install -y python-setuptools
    14 # memcached
     15apt-get install -y iso-codes
     16
     17apt-get install -y bzip2 gcc python-dev
     18wget http://downloads.sourceforge.net/project/translate/python-Levenshtein/0.10.1/python-Levenshtein-0.10.1.tar.bz2
     19tar jxvf python-Levenshtein-0.10.1.tar.bz2
     20cd python-Levenshtein-0.10.1
     21python setup.py install
     22cd ..
     23
    1524wget ftp://ftp.tummy.com/pub/python-memcached/python-memcached-latest.tar.gz
    1625tar zxvf python-memcached-1.51.tar.gz
     
    1827python setup.py install
    1928cd ..
     29
     30# @ToDo: https://lucene.apache.org/pylucene/
     31
    2032}}}
    2133