Closed lod-cloud-bot closed 1 month ago
This pull request will update the LOD cloud to 2024-07-05
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-07-05 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
This pull request will update the LOD cloud to 2024-07-05
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-07-05 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