Skip to content

Commit

Permalink
added default view plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
awset committed Dec 4, 2023
1 parent 7141582 commit 4f3de60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .env.dbca
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ NGINX_PORT=80
NGINX_SSLPORT=443

# Extensions
CKAN__PLUGINS="envvars image_view text_view datatables_view pdf_view datastore xloader pages showcase hierarchy_display hierarchy_form hierarchy_group_form dcat"
CKAN__PLUGINS="image_view text_view datatables_view pdf_view datastore xloader pages showcase hierarchy_display hierarchy_form hierarchy_group_form dcat envvars"
CKAN__VIEWS__DEFAULT_VIEWS="text_view datatables_view pdf_view"
CKAN__HARVEST__MQ__TYPE=redis
CKAN__HARVEST__MQ__HOSTNAME=redis
CKAN__HARVEST__MQ__PORT=6379
Expand Down
3 changes: 3 additions & 0 deletions ckan/setup/dbca_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ pip3 install -r ${SRC_DIR}/ckanext-hierarchy/requirements.txt
# Pages
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-pages

# PDF View
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-pdfview

# Report
pip3 install -e git+http://github.com/ckan/ckanext-report.git@master#egg=ckanext-report
pip3 install -r ${SRC_DIR}/ckanext-report/requirements.txt
Expand Down
15 changes: 0 additions & 15 deletions src/dbca_install_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ cd src/
# Office Docs
# git clone https://github.com/dbca-wa/ckanext-officedocs

# Added ckanext-pages.
git clone https://github.com/ckan/ckanext-pages.git

# Added ckanext-showcase.
git clone https://github.com/ckan/ckanext-showcase.git

# Added ckanext-hierarchy.
git clone https://github.com/ckan/ckanext-hierarchy.git

# Added ckanext-pdfview.
git clone https://github.com/ckan/ckanext-pdfview.git

# Added ckanext-dcat.
git clone https://github.com/ckan/ckanext-dcat.git

## Should have ##
# Geopusher
# git clone https://github.com/dbca-wa/ckanext-geopusher.git
Expand Down

0 comments on commit 4f3de60

Please sign in to comment.