存档

文章标签 ‘memcached’

windows下安装memcached

2010年4月16日

memcached官网
http://www.danga.com/memcached/
memcached windows官网
http://jehiah.cz/projects/memcached-win32/

memcached 1.2.0 for Win32为最新版,需libevent 1.2

Unzip the binaries in your desired directory (eg. c:\memcached)
Install the service using the command: ‘c:\memcached\memcached.exe -d install’ from either the command line
Start the server from the Microsoft Management Console or by running the following command: ‘c:\memcached\memcached.exe -d start’
Use the server, by default listening to port 11211
Use ‘memcached.exe -h’ for extra help and command line server

阅读全文…

服务器 , ,

Linux服务器安装与配置Nginx+PHP+MySQL

2010年1月30日

一、 准备安装

1、下载软件:


以上是需要下载并安装的软件,最新版本请自行从Google搜索下载。

2、解压缩有压缩包

使用tar zxvf xxx.tar.gz 和 tar jxvf xxx.tar.bz2来解压缩。

阅读全文…

服务器 , , , ,