Skip to content

Commit

Permalink
Fix issue thanks to the participants
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy committed Jul 1, 2024
1 parent 69408e6 commit af8466e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2024/foss4g-europe/solutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ he demo UI working with your services.
docker compose exec zookernel bash
# From the container run the following commands:
curl -o /usr/lib/cgi-bin/foss4gws.js https://raw.githubusercontent.com/ZOO-Project/workshops/master/2024/foss4g/files/foss4gws.js
curl -o /usr/lib/cgi-bin/Mask.zcfg https://raw.githubusercontent.com/ZOO-Project/workshops/master/2024/foss4g/files/Mask.zcfg
curl -o /usr/lib/cgi-bin/BufferMask.zcfg https://raw.githubusercontent.com/ZOO-Project/workshops/master/2024/foss4g/files/BufferMask.zcfg
curl -o /usr/lib/cgi-bin/BufferRequest.zcfg https://raw.githubusercontent.com/ZOO-Project/workshops/master/2024/foss4g/files/BufferRequest.zcfg
curl -o /usr/lib/cgi-bin/foss4gws.js https://raw.githubusercontent.com/ZOO-Project/workshops/master/2024/foss4g-europe/files/foss4gws.js
curl -o /usr/lib/cgi-bin/Mask.zcfg https://raw.githubusercontent.com/ZOO-Project/workshops/master/2024/foss4g-europe/files/Mask.zcfg
curl -o /usr/lib/cgi-bin/BufferMask.zcfg https://raw.githubusercontent.com/ZOO-Project/workshops/master/2024/foss4g-europe/files/BufferMask.zcfg
curl -o /usr/lib/cgi-bin/BufferRequest.zcfg https://raw.githubusercontent.com/ZOO-Project/workshops/master/2024/foss4g-europe/files/BufferRequest.zcfg
Load the `url <http://localhost/zoows-2024/#>`__ again, it should work
properly now.

0 comments on commit af8466e

Please sign in to comment.