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

Update from LOD #51

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Update from LOD #51

wants to merge 34 commits into from

Conversation

lod-cloud-bot
Copy link
Collaborator

This pull request will update the LOD cloud to 2024-10-01

The steps to deploy this after accepting this pull request are as follows:
cd lod-cloud-site
git pull
rm src/main/webapp/versions/latest
ln -s 2024-10-01 src/main/webapp/versions/latest
git add src/main/webapp/versions/latest
git commit -m "Update symlink"
git push
curl https://lod-cloud.net/extract/datasets > lod-data.json
mvn clean package
docker build -t nuig_uld/lod-cloud .
docker stop lod-cloud
docker rm lod-cloud
docker run -d --restart always -p 9001:8080 --network lod-cloud-net --name lod-cloud nuig_uld/lod-cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant