Skip to content

Commit

Permalink
Merge pull request #361 from jwkaltz/README_clarifications
Browse files Browse the repository at this point in the history
Add some details in the README
  • Loading branch information
groldan authored Sep 25, 2023
2 parents aa8b099 + 2cfc795 commit 42c40c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ Github repository.
To run the development docker composition using a shared data directory.
GeoServer-Cloud can start from an empty directory.

Edit your ```.env``` file to set the ```GS_USER``` variable to your user id and group,
then do:

```bash
$ mkdir docker-compose_datadir
$ alias dcd="docker-compose -f docker-compose.yml -f docker-compose-shared_datadir.yml"
Expand All @@ -173,7 +176,7 @@ $ curl "http://localhost:9090/geoserver/cloud/ows?request=getcapabilities&servic
$ curl -u admin:geoserver "http://localhost:9090/geoserver/cloud/rest/workspaces.json"
```

Browse to [http://localhost:9090/geoserver/cloud](http://localhost:9090/geoserver/cloud)
Browse to [http://localhost:9090/geoserver/cloud/](http://localhost:9090/geoserver/cloud/)

> Note the `/geoserver/cloud` context path is set up in the `gateway-service`'s externalized
> configuration, and enforced through the `GEOSERVER_BASE_PATH` in `docker-compose.yml`.
Expand Down

0 comments on commit 42c40c1

Please sign in to comment.