Skip to content

Commit

Permalink
Lint README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Oct 12, 2023
1 parent 720929f commit dedea0e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Script to check if a [GeoServer](http://geoserver.org) instance is up and runnin

## Relevant ENV VARs

```
``` bash
- GS_CHECKER_BASEURL (defaults to 'http://localhost:8080/geoserver')
- GS_CHECKER_USER (defaults to 'admin')
- GS_CHECKER_PWD (defaults to 'geoserver')
Expand All @@ -30,22 +30,22 @@ docker run \

### Prerequisites

- Node.js and npm have to be installed on your system
- Clone or download this repository
- Open a terminal and navigate to the checkout / download
- Install dependencies with `npm install`
- Node.js and npm have to be installed on your system
- Clone or download this repository
- Open a terminal and navigate to the checkout / download
- Install dependencies with `npm install`

### Execute the script

Check a GeoServer at http://localhost:9999/geoserver/ by performing a login to
Check a GeoServer at <http://localhost:9999/geoserver/> by performing a login to
the web inteface with GeoServer default credentials:

```bash
GS_CHECKER_BASEURL=http://localhost:9999/geoserver/ \
npm start
```

Check a GeoServer at http://localhost:9999/geoserver/ by performing a login to
Check a GeoServer at <http://localhost:9999/geoserver/> by performing a login to
the web inteface with the given credentials:

```bash
Expand All @@ -54,7 +54,8 @@ GS_CHECKER_USER=kalle \
GS_CHECKER_PWD=123456 \
npm start
```
Check a GeoServer at http://localhost:9999/geoserver/ by performing a login to

Check a GeoServer at <http://localhost:9999/geoserver/> by performing a login to
the web inteface with the given credentials and test if the given workspaces
exists in the GeoServer instance:

Expand Down

0 comments on commit dedea0e

Please sign in to comment.