Skip to content

Commit b688be0

Browse files
committed
Update to mention the MapServer Homepage
1 parent 5f7884e commit b688be0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

workshop/content/docs/setup.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,10 @@ docker compose down
147147
```
148148

149149
Once the containers are downloaded you can test they are running and you can connect to them. Open a web browser
150-
and navigate to <http://localhost:7000/>. You should see the following message:
150+
and navigate to <http://localhost:7000/>, and you should see the "MapServer Homepage" which means MapServer
151+
is running correctly.
151152

152-
```bash
153-
loadParams(): Web application error. No query information to decode. QUERY_STRING is set, but empty.
154-
```
155-
156-
This is good! It means MapServer is running. Next we can check that the front-end container is running by opening <http://localhost:7001/points.html>.
153+
Next we can check that the front-end container is running by opening <http://localhost:7001/points.html>.
157154
Hopefully you'll see a map, and we're ready to start the workshop.
158155

159156
## Possible Errors

0 commit comments

Comments
 (0)