There was an error while loading. Please reload this page.
1 parent cabb81e commit d2b9404Copy full SHA for d2b9404
1 file changed
README.rst
@@ -52,11 +52,15 @@ To install ckanext-showcase:
52
53
pip install ckanext-showcase
54
55
-3. Add ``showcase`` to the ``ckan.plugins`` setting in your CKAN
+3. Run the ``init`` command to initialize the plugin and make all necessary changes to the database::
56
+
57
+ paster --plugin=ckanext-showcase showcase init -c {path to production.ini}
58
59
+4. Add ``showcase`` to the ``ckan.plugins`` setting in your CKAN
60
config file (by default the config file is located at
61
``/etc/ckan/default/production.ini``).
62
-4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::
63
+5. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::
64
65
sudo service apache2 reload
66
0 commit comments