From 4f35da2ce8c38474854736a4cff47fa5407ebe5d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 12 Mar 2015 08:26:01 +0100 Subject: Updated documentation. --- documentation/deployment.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation') 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 `_ and the script *fetch.py*. +You can fetch new articles with `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 -- cgit