Cherokee Basics

IndexGetting started

Download

If you are a developer or simply want to test out the bleeding edge version, you can access our Git repository. Be advised, this is the development branch, so use it at your own risk!

To download, clone, or fork, simply visit the Cherokee Project page on Github.

Cherokee can also be downloaded from the Cherokee Web Server download site or any of its mirrors. Some users of Cherokee on unix-like systems will be better off downloading and compiling a source version. The build process is easy, and it allows you to customize your server to suit your needs.

Anyway, we provide binary packages for some operating systems and GNU/Linux distributions: http://www.cherokee-project.com/downloads.html

If you know the URL of the cherokee sources that you would like to download, for example, cherokee-x.y.z.tar.gz, you can just use the follow command:

wget http://www.cherokee-project.com/download/x.y/x.y.z/cherokee-x.y.z.tar.gz \
-O - | gzip -dc - | tar xfv -

The latest release is at your disposal with:

wget http://www.cherokee-project.com/cherokee-latest-tarball -O -| tar zxvf -