[ckan-changes] commit/ckanext-qa: John Glover: [docs] add note about okfn_maintenance user to readme
Bitbucket
commits-noreply at bitbucket.org
Thu Jul 28 13:52:29 UTC 2011
1 new changeset in ckanext-qa:
http://bitbucket.org/okfn/ckanext-qa/changeset/e3621f689509/
changeset: e3621f689509
user: John Glover
date: 2011-07-28 15:51:07
summary: [docs] add note about okfn_maintenance user to readme
affected #: 1 file (474 bytes)
--- a/README.rst Thu Jul 28 14:42:44 2011 +0100
+++ b/README.rst Thu Jul 28 14:51:07 2011 +0100
@@ -70,6 +70,18 @@
ckan.webstore_url = http://test-webstore.ckan.net
+The paster ``archive`` and ``qa`` commands (see 'Using The QA Extension below) make
+some changes to both packages and resources. All changes will be performed as a
+user called ``okfn_maintenance``, so this user must have permission to edit all
+packages and resources. The easiest way to do this is to make the user a system administrator
+for your ckan instance.
+
+To do this, from your ckan directory run:
+
+::
+
+ paster sysadmin -c <path/to/your.ini> add okfn_maintenance
+
You can create cron jobs for each of the QA commands:
::
Repository URL: https://bitbucket.org/okfn/ckanext-qa/
--
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