Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormagan committed Apr 30, 2015
1 parent e909424 commit 40c6362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Install this extension in your CKAN instance is as easy as intall any other CKAN
* Activate your virtual environment (generally by running `. /usr/lib/ckan/default/bin/activate`)
* Install the extension by running `python setup.py develop`
* Modify your configuration file (generally in `/etc/ckan/default/production.ini`) and add `datarequests` in the `ckan.plugins` setting.
* If you want to disable the comments system, you must also add this `ckan.datarequests.comments = False`
* If you want to disable the comments system, you must also add this `ckan.datarequests.comments = False` to your properties file.
* Restart your apache2 reserver (`sudo service apache2 restart`)
* That's All!

Expand Down

0 comments on commit 40c6362

Please sign in to comment.