ก่อนเริ่มการติดตั้งต้องติดตั้ง compiler ที่จำเป็นเสียก่อน
yum -y install cpp gcc gcc-c++ make
จากนั้น download Cherokee โดย ณ วันที่เขียนนี้เป็น 0.99.24
wget http://mirror.nus.edu.sg/cherokee/0.99/0.99.24/cherokee-0.99.24.tar.gz
แตกไฟล์
tar xf cherokee-0.99.24.tar.gz
เข้าไปยัง directory
cd cherokee-0.99.24
ตั้งค่าด้วย configure
./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www
ในที่นี้ตั้งให้ webroot ไปอยู่ที่ /var/www
จากนั้นก็ compile ด้วย make
make
และก็ติดตั้ง
make install
ทำการ copy ไฟล์ startup script
cp contrib/cherokee /etc/init.d/cherokee
จากนั้นก็เริ่ม start Cherokee ด้วย
service cherokee start
เท่านี้การติดตั้งของเราก็เสร็จแล้ว