diff --git a/INSTALLATION.rst b/INSTALLATION.rst index bf787b6cb..6aefa5367 100644 --- a/INSTALLATION.rst +++ b/INSTALLATION.rst @@ -45,7 +45,8 @@ Add ``-c hhu`` to install with the preconfiguration for HHU Düsseldorf. Manual installation ------------------- -## Preparations +Preparations +```````````` Install required system packages (Debian Squeeze example): @@ -74,8 +75,8 @@ Check out Adhocracy: $ git submodule init $ git submodule update -## Setup an isolated python environment to run Adhocracy - +Setup an isolated python environment to run Adhocracy +````````````````````````````````````````````````````` To install Adhocracy you need python (2.6|2.7) with PIL (python imaging) but no other system-packages. @@ -86,7 +87,8 @@ Compile python and PIL with the included python buildout:: $ bin/buildout $ cd .. -## Install and start Adhocracy +Install and start Adhocracy +``````````````````````````` Run buildout: @@ -155,14 +157,16 @@ Buildout configuration - Use your custom buildout file to remove the included files you do not need: - [buildout] extends = buildout\_development.cfg parts -= postgresql +:: + + [buildout] extends = buildout\_development.cfg parts -= postgresql Developer instructions ---------------------- To use your own `fork `_ instead of the regular("upstream") adhocracy, use -```git remote`` `_: +`git remote `_: :: @@ -174,9 +178,9 @@ instead of the regular("upstream") adhocracy, use You can now execute ``git pull origin`` to update your local copy with new upstream changes. Use -```commit`` `_ +`commit `_ and -```push`` `_ +`push `_ to record and publish your changes. As soon as you are confident that you have implemented a feature or corrected a bug, create a `pull request `_ to ask