aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-11-16 13:32:33 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-11-16 13:32:33 +0100
commitb383bc1f12c33f7eda8017cb59499a801218648e (patch)
tree0979591e41aad703691639b8aa2acc4eac3efaf2 /docs
parentAdded installation script in the documentation. (diff)
downloadnewspipe-b383bc1f12c33f7eda8017cb59499a801218648e.tar.gz
newspipe-b383bc1f12c33f7eda8017cb59499a801218648e.tar.bz2
newspipe-b383bc1f12c33f7eda8017cb59499a801218648e.zip
Moved section "Script of installation".
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst39
1 files changed, 19 insertions, 20 deletions
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
------
bgstack15