Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > f98ae754d110de22d0d172107b723e35 > files > 1079

cherokee-1.2.103-3.fc20.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="en-us" />
    <meta name="ROBOTS" content="ALL" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="MSSmartTagsPreventParsing" content="true" />
    <meta name="Keywords" content="cherokee web server httpd http" />
    <meta name="Description" content="Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and has no dependencies beyond a standard C library. It is embeddable and extensible with plug-ins. It supports on-the-fly configuration by reading files or strings, TLS/SSL (via GNUTLS or OpenSSL), virtual hosts, authentication, cache friendly features, PHP, custom error management, and much more." />
    <link href="media/css/cherokee_doc.css" rel="stylesheet" type="text/css" media="all" />
  </head>
<body>
<h2 id="_a_href_index_html_index_a_8594_a_href_basics_html_getting_started_a"><a href="index.html">Index</a> &#8594; <a href="basics.html">Getting started</a></h2>
<div class="sectionbody">
</div>
<h2 id="_download">Download</h2>
<div class="sectionbody">
<div class="paragraph"><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.</p></div>
<div class="paragraph"><p>Anyway, we provide binary packages for some operating systems and
GNU/Linux distributions:
        <a href="http://www.cherokee-project.com/downloads.html">http://www.cherokee-project.com/downloads.html</a></p></div>
<div class="paragraph"><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></div>
<div class="listingblock">
<div class="content">
<pre><tt>wget http://www.cherokee-project.com/download/x.y/x.y.z/cherokee-x.y.z.tar.gz \
-O - | gzip -dc - | tar xfv -</tt></pre>
</div></div>
<div class="paragraph"><p>The latest release is at your disposal with:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>wget http://www.cherokee-project.com/cherokee-latest-tarball -O -| tar zxvf -</tt></pre>
</div></div>
<div class="paragraph"><p>Finally, 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!</p></div>
<div class="paragraph"><p>To take a copy of our source code repository, simply use:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>git clone --recursive https://github.com/cherokee/webserver.git</tt></pre>
</div></div>
<div class="paragraph"><p>This will also retrieve the relevant Git submodules we use for this project.
If you are using a version of Git that is earlier than version 1.6.5, then
you will need to use the following commands:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>git clone https://github.com/cherokee/webserver.git
cd webserver
git submodule update --init</tt></pre>
</div></div>
<div class="paragraph"><p>You can also download a package with the latest contents of the Git repository:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>wget https://github.com/cherokee/webserver/zipball/dev</tt></pre>
</div></div>
</div>
<div id="footer">
<div id="footer-text">
</div>
</div>
</body>
</html>