c0d725e5df
* adds a configuration for a skinned pygeoapi * Update and rename readme.md to README.md Co-authored-by: Tom Kralidis <tomkralidis@gmail.com>
20 lines
544 B
Markdown
20 lines
544 B
Markdown
# pygeoapi with dashboard skin
|
|
|
|
These directories contain a Docker build script necessary to setup a minimal
|
|
`pygeoapi` server that uses a customised dashboard skin.
|
|
|
|
The skin is pulled in from https://github.com/pvgenuchten/pygeoapi-skin-dashboard
|
|
|
|
Note that this exmaple is only for local development and testing.
|
|
|
|
## Building and running
|
|
|
|
```bash
|
|
# build image locally
|
|
docker build -t geopython/pygeoapi-skinned:local .
|
|
# run container in localhost
|
|
docker run -p 5000:80 geopython/pygeoapi-skinned:local
|
|
```
|
|
|
|
Browse to http://localhost:5000
|