doc fixes

This commit is contained in:
Thomas Rudin 2019-02-08 21:38:08 +01:00
parent 957f09e41a
commit 17319842b3
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ OUT_DIR=output
MOD_ZIP=$(OUT_DIR)/mapserver-mod.zip
all: $(OUT_DIR) $(MOD_ZIP)
$(MAKE) -C server all
$(MAKE) -C server build-docker
cp server/output/* $(OUT_DIR)/
$(OUT_DIR):

View File

@ -51,7 +51,7 @@ The mapserver will generate a fresh `mapserver.json` if there is none at startup
The port on which the server listens to
#### webapi.secretkey
The generated secret for the [mod bridge](./mod)
The generated secret for the [mod bridge](./mod.md)
#### layers
The layers as a list

View File

@ -21,7 +21,7 @@ $(STATIC_VFS):
go run github.com/mjibson/esc -o vfs/static.go -prefix="static/" -pkg vfs static
build-docker:
docker run --rm -it -v /home/thomas/git/mapserver/server/:/app -v mapserver-volume:/root/go -w /app mapserver-builder make
sudo docker run --rm -it -v $(shell pwd)/:/app -v mapserver-volume:/root/go -w /app mapserver-builder make
build: $(STATIC_VFS) $(OUT_DIR)
# native