Include instructions to install manually

This commit is contained in:
Aitor Magán García 2015-11-25 19:28:22 +01:00
parent 4d920b1abc
commit 57e486c5e8
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@ Install this extension in your CKAN instance is as easy as install any other CKA
```
pip install ckanext-privatedatasets
```
> **Note**: If you prefer, you can also download the source code and install the extension manually. To do so, execute the following commands:
> ```
> $ git clone https://github.com/conwetlab/ckanext-privatedatasets.git
> $ cd ckanext-privatedatasets
> $ python setup.py install
> ```
* Modify your configuration file (generally in `/etc/ckan/default/production.ini`) and add `privatedatasets` in the `ckan.plugins` property.
```
ckan.plugins = privatedatasets <OTHER_PLUGINS>