Skip to content

Commit

Permalink
Add init command to README for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed May 18, 2016
1 parent cabb81e commit d2b9404
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ To install ckanext-showcase:

pip install ckanext-showcase

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

paster --plugin=ckanext-showcase showcase init -c {path to production.ini}

4. Add ``showcase`` to the ``ckan.plugins`` setting in your CKAN
config file (by default the config file is located at
``/etc/ckan/default/production.ini``).

4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::
5. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::

sudo service apache2 reload

Expand Down

0 comments on commit d2b9404

Please sign in to comment.