Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Aug 10, 2017
1 parent 8dae388 commit aa8d458
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

## Quickstart

This will setup a local ckan instance, including the odata extension and all needed depdencies (solr, db, redis)

* Install latest version of docker and docker-compose
* `bin/start.sh`
* `bin/initialize_db.sh`

## Installing the ckan extension on an existing ckan project

If you have an existing ckan installation and just want to install the odata plugin:

* Install the package (should run inside your ckan installations virtualenv):
* `pip install -e 'git+https://github.com/OriHoch/data4dappl.git#egg=ckanext-odata_org_il&subdirectory=ckan/ckanext-odata_org_il'`
* Edit the configuration (E.g. /etc/ckan/default/development.ini)
* add odata_org_il to ckan.plugins
* restart ckan

0 comments on commit aa8d458

Please sign in to comment.