diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-01-29 17:04:20 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-01-29 17:04:20 +0100 |
commit | 1bd777d46d663027fdf86e91abb4d9dec97b5441 (patch) | |
tree | 4e90789e4ffd79ba64877d71fb0b33f8b9cd386f /README.md | |
parent | Updated README. (diff) | |
download | newspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.tar.gz newspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.tar.bz2 newspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.zip |
Improved installation processus.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -31,9 +31,10 @@ In order to prevent all dependencies problems and to keep your system stable, th installed in a Python virtual environment (with [virtualenv](http://www.virtualenv.org)). The installation will use the configuration file for the database setup. -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 +As already said, you can configure pyAggr3g470r (database name, proxy, user agent, etc.) in the file ``conf/conf.cfg``. +For example if you want to use pyAggr3g470r with Tor/Privoxy, you just have to set the value of ``http_proxy`` (for example: ``http_proxy = 127.0.0.1:8118``). Else leave the value blank. +The default configuration should be good, so you really juste have to run the script ``install.sh``. Backup ------ |