File: download.html

package info (click to toggle)
cherokee 0.7.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,808 kB
  • ctags: 6,577
  • sloc: ansic: 45,071; python: 9,628; sh: 9,468; makefile: 1,639; xml: 61; perl: 32
file content (28 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
    <title>Download</title>
    <link href="media/css/documentation.css" type="text/css" rel="stylesheet" />
</head>

<body>
    
    
    <h1>Download</h1>
    
    <p>Cherokee can 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: <a class="reference external" href="http://www.cherokee-project.com/downloads">http://www.cherokee-project.com/downloads</a></p>
<p>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:</p>
<pre class="literal-block">
wget http://www.cherokee-project.com/download/x.y/x.y.z/cherokee-x.y.z.tar.gz -O - | gzip -dc - | tar xfv -
</pre>

    

    
</body>
</html>