Changes between Version 5 and Version 6 of SysAdmin/Pootle
- Timestamp:
- 05/21/13 15:46:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/Pootle
v5 v6 11 11 apt-get install -y libapache2-mod-wsgi 12 12 apt-get install -y mysql-server python-mysqldb phpmyadmin mytop 13 apt-get install -y python-setuptools 14 # memcached 15 wget ftp://ftp.tummy.com/pub/python-memcached/python-memcached-latest.tar.gz 16 tar zxvf python-memcached-1.51.tar.gz 17 cd python-memcached-1.51 18 python setup.py install 19 cd .. 13 20 }}} 14 21