Changes between Version 5 and Version 6 of SysAdmin/Pootle


Ignore:
Timestamp:
05/21/13 15:46:06 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/Pootle

    v5 v6  
    1111apt-get install -y libapache2-mod-wsgi
    1212apt-get install -y mysql-server python-mysqldb phpmyadmin mytop
     13apt-get install -y python-setuptools
     14# memcached
     15wget ftp://ftp.tummy.com/pub/python-memcached/python-memcached-latest.tar.gz
     16tar zxvf python-memcached-1.51.tar.gz
     17cd python-memcached-1.51
     18python setup.py install
     19cd ..
    1320}}}
    1421