aboutsummaryrefslogtreecommitdiff
path: root/documentation/deployment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/deployment.rst')
-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