aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-12 08:26:01 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-12 08:26:01 +0100
commit4f35da2ce8c38474854736a4cff47fa5407ebe5d (patch)
tree2b67c5d8577b0402954ff86bb8d24e9fcd5b523a
parentDefault platform URL should be localhost (especially if the user don't use th... (diff)
downloadnewspipe-4f35da2ce8c38474854736a4cff47fa5407ebe5d.tar.gz
newspipe-4f35da2ce8c38474854736a4cff47fa5407ebe5d.tar.bz2
newspipe-4f35da2ce8c38474854736a4cff47fa5407ebe5d.zip
Updated documentation.
-rw-r--r--documentation/deployment.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index 8a7f098d..64fd1d30 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -131,16 +131,17 @@ Finally:
Configuration
=============
-Configuration (database url, email, proxy, user agent, etc.) is done via the file *conf/conf.cfg*.
-Check these configuration before executing *db_create.py*.
+Configuration (database url, email, proxy, user agent, etc.) is done via the file `conf/conf.cfg`.
+Check this file before initializing the database (with `manager.py`).
+
If you want to use pyAggr3g470r with Tor/Privoxy, you just have to set the value of
-*http_proxy* (most of the time: *http_proxy = 127.0.0.1:8118**). Else leave the value blank.
+`http_proxy` (most of the time: `http_proxy = 127.0.0.1:8118`). Else leave the value blank.
Automatic updates
=================
-You can fetch new articles with `cron <https://en.wikipedia.org/wiki/Cron>`_ and the script *fetch.py*.
+You can fetch new articles with `cron <https://en.wikipedia.org/wiki/Cron>`_.
For example if you want to check for updates every 30 minutes, add this line to your cron rules (*crontab -e*):
.. code-block:: bash
bgstack15