aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-01-29 15:15:57 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-01-29 15:15:57 +0100
commita23d9265f0b5913eed4b28219f5701eab39ff82b (patch)
treedd4c6981d053545d4692fad2489eb906a70e04c9 /README.md
parentUpdated setup script. (diff)
downloadnewspipe-a23d9265f0b5913eed4b28219f5701eab39ff82b.tar.gz
newspipe-a23d9265f0b5913eed4b28219f5701eab39ff82b.tar.bz2
newspipe-a23d9265f0b5913eed4b28219f5701eab39ff82b.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index 263e40ad..90fc7ada 100644
--- a/README.md
+++ b/README.md
@@ -26,16 +26,10 @@ Installation
You need to have installed Python >= 2.7, MongoDB and some Python libraries.
Configuration is done via the file **conf/conf.cfg**.
- $ sudo apt-get install mongodb-server python-pip
- $ pip install --user virtualenv
- $ virtualenv --no-site-packages ./env_pyAggr3g470r
- $ source ./env_pyAggr3g470r/bin/activate
- $ pip install --upgrade -r requirements.txt
- $ cp conf/conf.cfg-sample conf/conf.cfg
- $ python initialization.py database_name firstname lastname email password
- $ python runserver.py
-
-Alternatively you can run the script ``install.sh``.
+Launch the script ``install.sh`` in order to install automatically all Python requirements.
+In order to prevent all dependencies problems and to keep your system stable, the libraries will be
+installed in a Python virtual environment with [virtualenv](http://www.virtualenv.org)).
+The installation will use the configuration file.
You can configure pyAggr3g470r (proxy, user agent, etc.) in the file ``conf/conf.cfg``.
If you want to use pyAggr3g470r with Tor/Privoxy, you just have to set the value of
bgstack15