Skip to content

Commit

Permalink
remove old falkor plugin (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanizz authored Jan 29, 2024
1 parent 323ed22 commit f133886
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions contrib/docker-ckan/dev-deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ RUN pip3 install -e 'git+https://github.com/SmdhMdep/ckanext-usertracking.git@m
RUN pip3 install -e 'git+https://github.com/SmdhMdep/ckanext-smdh.git@main#egg=ckanext-smdh' && \
pip3 install -r ${APP_DIR}/src/ckanext-smdh/requirements.txt

## FALKOR ###
RUN pip3 install -e 'git+https://github.com/SmdhMdep/ckanext-falkor.git@main#egg=ckanext-falkor' && \
pip3 install -r ${APP_DIR}/src/ckanext-falkor/requirements.txt && \
pip3 install -r ${APP_DIR}/src/ckanext-falkor/dev-requirements.txt

## TAGLIST ###
RUN pip3 install -e 'git+https://github.com/SmdhMdep/ckanext-taglist.git@main#egg=ckanext-taglist' && \
pip3 install -r ${APP_DIR}/src/ckanext-taglist/requirements.txt && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker-ckan/dev.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ NGINX_SSLPORT=443

# Extensions
# Keep the datasetformchain plugin at the end as it depends on the order to function correctly
CKAN__PLUGINS="envvars datasci_sharing image_view text_view recline_view pdf_view cloudstorage datastore datapusher sso saml2auth falkor smdh smdh_dataset_form smdh_group_form taglist usertracking granularvisibility generalpublic privatedatasets datasetformchain"
CKAN__PLUGINS="envvars datasci_sharing image_view text_view recline_view pdf_view cloudstorage datastore datapusher sso saml2auth smdh smdh_dataset_form smdh_group_form taglist usertracking granularvisibility generalpublic privatedatasets datasetformchain"
CKAN__HARVEST__MQ__TYPE=redis
CKAN__HARVEST__MQ__HOSTNAME=redis
CKAN__HARVEST__MQ__PORT=6379
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker-ckan/prod.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ NGINX_SSLPORT=443

# Extensions
# Keep the datasetformchain plugin at the end as it depends on the order to function correctly
CKAN__PLUGINS="envvars datasci_sharing image_view text_view datatables_view pdf_view cloudstorage datastore datapusher sso saml2auth falkor smdh smdh_dataset_form smdh_group_form usertracking taglist granularvisibility generalpublic privatedatasets datasetformchain"
CKAN__PLUGINS="envvars datasci_sharing image_view text_view datatables_view pdf_view cloudstorage datastore datapusher sso saml2auth smdh smdh_dataset_form smdh_group_form usertracking taglist granularvisibility generalpublic privatedatasets datasetformchain"
CKAN__HARVEST__MQ__TYPE=redis
CKAN__HARVEST__MQ__HOSTNAME=redis
CKAN__HARVEST__MQ__PORT=6379
Expand Down
4 changes: 0 additions & 4 deletions contrib/docker-ckan/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ RUN pip3 install -e 'git+https://github.com/SmdhMdep/ckanext-usertracking.git@m
RUN pip3 install -e 'git+https://github.com/SmdhMdep/ckanext-smdh.git@main#egg=ckanext-smdh' && \
pip3 install -r ${APP_DIR}/src/ckanext-smdh/requirements.txt

## FALKOR ###
RUN pip3 install -e 'git+https://github.com/SmdhMdep/ckanext-falkor.git@main#egg=ckanext-falkor' && \
pip3 install -r ${APP_DIR}/src/ckanext-falkor/requirements.txt

## TAGLIST ###
RUN pip3 install -e 'git+https://github.com/SmdhMdep/ckanext-taglist.git@main#egg=ckanext-taglist' && \
pip3 install -r ${APP_DIR}/src/ckanext-taglist/requirements.txt
Expand Down

0 comments on commit f133886

Please sign in to comment.