Skip to content

Commit

Permalink
Include instructions to install manually
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormagan committed Nov 25, 2015
1 parent 4d920b1 commit 57e486c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -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>
Expand Down

0 comments on commit 57e486c

Please sign in to comment.