Add a missing command to the install docs
This commit is contained in:
parent
b3ed6cae5a
commit
07e47acea3
|
@ -71,6 +71,10 @@ Run the following command to create the necessary tables in the database::
|
||||||
|
|
||||||
paster --plugin=ckanext-harvest harvester initdb --config=mysite.ini
|
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:
|
After installation, the harvest source listing should be available under /harvest, eg:
|
||||||
|
|
||||||
http://localhost:5000/harvest
|
http://localhost:5000/harvest
|
||||||
|
|
Loading…
Reference in New Issue