Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
/ hsl-map-server Public archive
forked from stadtnavi/hsl-map-server

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

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages

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