回應 AD

2015年7月29日 星期三

在 BlueHost 安裝 xcache 3.0.4 筆記



user home 用 ~ 表示


mkdir xcache3
cd xcache3
wget http://xcache.lighttpd.net/pub/Releases/3.0.4/xcache-3.0.4.tar.gz

tar -zxf xcache-3.0.4.tar.gz
cd xcache-3.0.4
phpize
./configure --enable-xcache
make

~/src $ wget http://... (the release url)
~/src $ tar -zxf xcache-*.tar.gz
~/src $ cd xcache
~/src/xcache $ phpize
~/src/xcache $ ./configure --enable-xcache
~/src/xcache $ make
~/src/xcache $ su
~/src/xcache # make install
~/src/xcache # cat xcache.ini >> /etc/php.ini


wget http://xcache.lighttpd.net/pub/Releases/2.0.1/xcache-2.0.1.tar.gz

tar -zxf xcache-2.0.1.tar.gz

沒有留言: