[ckan-changes] commit/ckan: dread: [doc]: Added docs about the log_dir, dump_dir and backup_dir settings introduced for cron scripts.
Bitbucket
commits-noreply at bitbucket.org
Wed Jun 22 17:34:28 UTC 2011
1 new changeset in ckan:
http://bitbucket.org/okfn/ckan/changeset/63afcfd69abb/
changeset: 63afcfd69abb
user: dread
date: 2011-06-22 19:34:00
summary: [doc]: Added docs about the log_dir, dump_dir and backup_dir settings introduced for cron scripts.
affected #: 1 file (736 bytes)
--- a/doc/configuration.rst Wed Jun 22 12:52:56 2011 +0100
+++ b/doc/configuration.rst Wed Jun 22 18:34:00 2011 +0100
@@ -376,3 +376,33 @@
ckan.dumps_format = CSV/JSON
If there is a page which allows you to download a dump of the entire catalogue then specify the URL and the format here, so that it can be advertised in the web interface. The dumps_format is just a string for display.
+
+
+log_dir
+-------
+
+Example::
+
+ ckan.log_dir = /var/log/ckan/
+
+This is a directory where CKAN cron scripts (if there are any installed) should write log files to. Note: this setting is nothing to do with the main CKAN log file, whose filepath is set in the [handler_file] args.
+
+
+dump_dir
+--------
+
+Example::
+
+ ckan.dump_dir = /var/lib/ckan/dump/
+
+This is a directory where JSON or CSV dumps of the database are to be written, assuming a script has been installed to do this. Note it is usual to setup the apache config to serve this directory.
+
+
+backup_dir
+----------
+
+Example::
+
+ ckan.backup_dir = /var/backup/ckan/
+
+This is a directory where SQL database backups are to be written, assuming a script has been installed to do this.
Repository URL: https://bitbucket.org/okfn/ckan/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list