Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove pywis-topics (unused) (#813) #830

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wis2box-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \
# create directory for wmdr codelists
&& mkdir -p /home/wis2box/wmdr-codelists

# copy wdmr codelists
# copy wmdr codelists
COPY ./wmdr-codelists /home/wis2box/wmdr-codelists

# copy the app
Expand Down
3 changes: 0 additions & 3 deletions wis2box-management/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ wis2box environment test
service cron start
service cron status

echo "Caching topic hierarchy CSVs"
pywis-topics bundle sync

# check if WIS2BOX_WEBAPP_USERNAME and WIS2BOX_WEBAPP_PASSWORD are set, otherwise set them
if [ -z "$WIS2BOX_WEBAPP_USERNAME" ]; then
echo "WARNING: WIS2BOX_WEBAPP_USERNAME is not set in wis2box.env, using WIS2BOX_WEBAPP_USERNAME=wis2box-user"
Expand Down
3 changes: 1 addition & 2 deletions wis2box-management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
capvalidator>=0.1.0-dev4
elasticsearch
iso3166
isodate
Expand All @@ -6,7 +7,5 @@ OWSLib
paho-mqtt<2
pygeometa
pywis-pubsub
pywis-topics
PyYAML
requests
capvalidator>=0.1.0-dev4
Loading