From 07e47acea39c06f559b1ed26029696fb8acc5e6a Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Fri, 13 Feb 2015 10:43:43 +0000 Subject: [PATCH] Add a missing command to the install docs --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c332757..a0183a2 100644 --- a/README.rst +++ b/README.rst @@ -71,9 +71,13 @@ Run the following command to create the necessary tables in the database:: paster --plugin=ckanext-harvest harvester initdb --config=mysite.ini +Finally, restart CKAN to have the changes take affect: + + sudo service apache2 restart + After installation, the harvest source listing should be available under /harvest, eg: - http://localhost:5000/harvest + http://localhost:5000/harvest Command line interface