File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,10 @@ docker compose down
147147```
148148
149149Once 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 > .
157154Hopefully you'll see a map, and we're ready to start the workshop.
158155
159156## Possible Errors
You can’t perform that action at this time.
0 commit comments