Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

bbnavi/hsl-map-server

 
 

Repository files navigation

hsl-map-server customised for Herrenberg

Build Status Docker Image Version (latest by date)

Start development server:

docker build -t hsl-map-server .
docker run --rm -p 8080:8080 -h hsl-map-server --name hsl-map-server -e FONTSTACK_PASSWORD=[salasana] hsl-map-server

Map layers

Each one has a few configuration options which can be set as environment variables.

Updating the yarn.lock

It seems hard to install the dependencies in package.json with more recent nodejs versions, so if you want to update the yarn.lock you need to output the file inside the docker container.

To do this you need to build the container and run a bash shell.

docker build . -t mfdz/hsl-map-server:latest && docker run -it mfdz/hsl-map-server /bin/bash

Now that you are inside the docker container you can run the yarn commands.

About

Archived repo. For bbnavi, all non-OTP layers are provided by other services, i.e. the datahub.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 67.0%
  • Dockerfile 17.5%
  • JavaScript 15.5%