diff options
author | Nawa <bellefeegore@follepensee.net> | 2012-11-30 00:35:09 +0100 |
---|---|---|
committer | Nawa <bellefeegore@follepensee.net> | 2012-11-30 00:35:09 +0100 |
commit | ed31edf4657212fd4374c129ab0ffb0a00ebe3b8 (patch) | |
tree | 8d75f183b69d28e87333fee3e4a2aaf549860ff7 /docs/_build/html/_sources/install.txt | |
parent | d8f7aefbc5d351ca82d8184ecb5ac493f682e894 (diff) | |
download | Chimère-ed31edf4657212fd4374c129ab0ffb0a00ebe3b8.tar.bz2 Chimère-ed31edf4657212fd4374c129ab0ffb0a00ebe3b8.zip |
Documentation: new corrections, mainly in the upgrade part
Diffstat (limited to 'docs/_build/html/_sources/install.txt')
-rw-r--r-- | docs/_build/html/_sources/install.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/_build/html/_sources/install.txt b/docs/_build/html/_sources/install.txt index 248ece9..02aeb42 100644 --- a/docs/_build/html/_sources/install.txt +++ b/docs/_build/html/_sources/install.txt @@ -95,6 +95,9 @@ the paths accordingly to your needs):: Installing the sources ********************** +.. Note:: + If you are considering to contribute on Chimère get the Git master. + Choose a path to install your Chimère:: INSTALL_PATH=/var/local/django @@ -123,10 +126,10 @@ readable directory:: tar xvjf chimere-last.tar.bz2 chown -R myusername:www-data chimere -From the git repository +From the Git repository +++++++++++++++++++++++ -Another solution is to get it from the git repository:: +Another solution is to get it from the Git repository:: cd $INSTALL_PATH git clone git://www.peacefrogs.net/git/chimere |