diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-29 15:15:57 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-29 15:15:57 +0100 |
commit | a23d9265f0b5913eed4b28219f5701eab39ff82b (patch) | |
tree | dd4c6981d053545d4692fad2489eb906a70e04c9 | |
parent | Updated setup script. (diff) | |
download | newspipe-a23d9265f0b5913eed4b28219f5701eab39ff82b.tar.gz newspipe-a23d9265f0b5913eed4b28219f5701eab39ff82b.tar.bz2 newspipe-a23d9265f0b5913eed4b28219f5701eab39ff82b.zip |
Updated README.
-rw-r--r-- | README.md | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -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 |