root/cherokee/trunk/doc/basics_download.txt

Revision 2221, 1.9 kB (checked in by taher, 1 month ago)

--

Line 
1 == link:index.html[Index] -> link:basics.html[Getting started]
2
3 Download
4 --------
5
6 Cherokee can be downloaded from the Cherokee Web Server download site
7 or any of its mirrors. Some users of Cherokee on unix-like systems
8 will be better off downloading and compiling a source version. The
9 build process is easy, and it allows you to customize your server to
10 suit your needs.
11
12 Anyway, we provide binary packages for some operating systems and
13 GNU/Linux distributions:
14         http://www.cherokee-project.com/downloads.html
15
16
17 If you know the URL of the cherokee sources that you would like to download,
18 for example, cherokee-x.y.z.tar.gz, you can just use the follow command:
19
20 ---------------------------------------------------------------------------
21 wget http://www.cherokee-project.com/download/x.y/x.y.z/cherokee-x.y.z.tar.gz \
22 -O - | gzip -dc - | tar xfv -
23 ---------------------------------------------------------------------------
24
25 The latest release is at your disposal with:
26
27 ---------------------------------------------------------------------------
28 wget http://www.cherokee-project.com/cherokee-last-tarball -O -| tar zxvf -
29 ---------------------------------------------------------------------------
30
31 Finally, if you are a developer or simply want to test out the bleeding edge
32 version, you can access our Subversion repository. Be advised, this is the
33 development branch, so use it at your own risk!
34
35 To download simply use your Subversion client:
36
37 ---------------------------------------------------------------------------
38 svn co svn://svn.cherokee-project.com/cherokee/trunk cherokee
39 ---------------------------------------------------------------------------
40
41 You can also download a package with the latest SVN contents:
42
43 ---------------------------------------------------------------------------
44 wget http://www.cherokee-project.com/download/trunk/cherokee-latest-svn.tar.gz \
45 -O - | gzip -dc - | tar xfv -
46 ---------------------------------------------------------------------------
Note: See TracBrowser for help on using the browser.