Skip to content

Commit d2b9404

Browse files
author
Stefan Oderbolz
committed
Add init command to README for installation
1 parent cabb81e commit d2b9404

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,15 @@ To install ckanext-showcase:
5252

5353
pip install ckanext-showcase
5454

55-
3. Add ``showcase`` to the ``ckan.plugins`` setting in your CKAN
55+
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
5660
config file (by default the config file is located at
5761
``/etc/ckan/default/production.ini``).
5862

59-
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::
6064

6165
sudo service apache2 reload
6266

0 commit comments

Comments
 (0)