Skip to content

Commit

Permalink
Merge pull request #482 from dkelsey/master
Browse files Browse the repository at this point in the history
Add POW settings to README.md
  • Loading branch information
ll911 authored Apr 5, 2018
2 parents e98bf2b + 3de18bc commit dd01a56
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<a rel="Delivery" href="https://github.com/BCDevExchange/docs/blob/master/discussion/projectstates.md"><img alt="In production, but maybe in Alpha or Beta. Intended to persist and be supported." style="border-width:0" src="https://assets.bcdevexchange.org/images/badges/delivery.svg" title="In production, but maybe in Alpha or Beta. Intended to persist and be supported." /></a>

ckanext-bcgov
=============
=============

This extension provides the basic customized features on the [BC Data Catalogue](http://catalogue.data.gov.bc.ca), such as schema updates, theme changes, etc.

Installation
============

1. Activate virtual environment, e.g.
1. Activate virtual environment, e.g.

$ . /usr/lib/ckan/default/bin/activate

Expand Down Expand Up @@ -43,6 +43,17 @@ Installation
# (optional) Environment name
edc.environment_name = MYDEVBOX

...
# POW Settings
bcgov.pow.env = test
bcgov.pow.secure_site = false
bcgov.pow.past_orders_nbr = 5
bcgov.pow.custom_aoi_url = http://maps.gov.bc.ca/ess/hm/aoi/
bcgov.pow.persist_config = true
bcgov.pow.enable_mow = false
bcgov.pow.user_pow_ofi = true


4. Update (or create) `import.ini` file inside `ckanext-bcgov/ckanext/bcgov/scripts/config`. Add `api_key`, `site_url` options (they should be the same as in your CKAN `.ini` file).

Expand Down

0 comments on commit dd01a56

Please sign in to comment.