From b383bc1f12c33f7eda8017cb59499a801218648e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 16 Nov 2012 13:32:33 +0100 Subject: Moved section "Script of installation". --- docs/index.rst | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index c31a84fd..788b6378 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,6 +59,25 @@ If you want to install these modules: $ sudo aptitude install python-lxml python-genshi +Script of installation +~~~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: bash + + sudo aptitude install python-feedparser python-beautifulsoup + sudo aptitude install python-pymongo python-imaging + wget http://download.cherrypy.org/cherrypy/3.2.2/CherryPy-3.2.2.tar.gz + tar -xzvf CherryPy-3.2.2.tar.gz + rm -f CherryPy-3.2.2.tar.gz + cd CherryPy-3.2.2/ + sudo python setup.py install + cd .. + sudo rm -Rf CherryPy-3.2.2/ + hg clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r + cd pyaggr3g470r/ + cp cfg/pyAggr3g470r.cfg-sample cfg/pyAggr3g470r.cfg + + Setting ~~~~~~~ @@ -95,26 +114,6 @@ The default user is *admin* with the password *admin*. The password should be ha -Script of installation -~~~~~~~~~~~~~~~~~~~~~~ - -.. code-block:: bash - - sudo aptitude install python-feedparser python-beautifulsoup - sudo aptitude install python-pymongo python-imaging - wget http://download.cherrypy.org/cherrypy/3.2.2/CherryPy-3.2.2.tar.gz - tar -xzvf CherryPy-3.2.2.tar.gz - rm -f CherryPy-3.2.2.tar.gz - cd CherryPy-3.2.2/ - sudo python setup.py install - cd .. - sudo rm -Rf CherryPy-3.2.2/ - hg clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r - cd pyaggr3g470r/ - cp cfg/pyAggr3g470r.cfg-sample cfg/pyAggr3g470r.cfg - - - Launch ------ -- cgit