diff options
Diffstat (limited to 'docs/_build/html/install.html')
-rw-r--r-- | docs/_build/html/install.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/_build/html/install.html b/docs/_build/html/install.html index 6aaf672..15ba3bd 100644 --- a/docs/_build/html/install.html +++ b/docs/_build/html/install.html @@ -145,6 +145,10 @@ psql -d chimere -f /usr/share/postgresql/$PG_VERSION/contrib/postgis-1.5/spatial </div> <div class="section" id="installing-the-sources"> <h2>Installing the sources<a class="headerlink" href="#installing-the-sources" title="Permalink to this headline">¶</a></h2> +<div class="admonition note"> +<p class="first admonition-title">Note</p> +<p class="last">If you are considering to contribute on Chimère get the Git master.</p> +</div> <p>Choose a path to install your Chimère:</p> <div class="highlight-python"><pre>INSTALL_PATH=/var/local/django mkdir $INSTALL_PATH</pre> @@ -171,8 +175,8 @@ chown -R myusername:www-data chimere</pre> </div> </div> <div class="section" id="from-the-git-repository"> -<h3>From the git repository<a class="headerlink" href="#from-the-git-repository" title="Permalink to this headline">¶</a></h3> -<p>Another solution is to get it from the git repository:</p> +<h3>From the Git repository<a class="headerlink" href="#from-the-git-repository" title="Permalink to this headline">¶</a></h3> +<p>Another solution is to get it from the Git repository:</p> <div class="highlight-python"><pre>cd $INSTALL_PATH git clone git://www.peacefrogs.net/git/chimere cd chimere @@ -331,7 +335,7 @@ line:</p> <li><a class="reference internal" href="#database-configuration">Database configuration</a></li> <li><a class="reference internal" href="#installing-the-sources">Installing the sources</a><ul> <li><a class="reference internal" href="#from-an-archive">From an archive</a></li> -<li><a class="reference internal" href="#from-the-git-repository">From the git repository</a></li> +<li><a class="reference internal" href="#from-the-git-repository">From the Git repository</a></li> </ul> </li> <li><a class="reference internal" href="#creating-a-custom-project-template">Creating a custom project template</a></li> |