forked from MTSR/mapserver
doc fixes
This commit is contained in:
parent
957f09e41a
commit
17319842b3
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ OUT_DIR=output
|
|||||||
MOD_ZIP=$(OUT_DIR)/mapserver-mod.zip
|
MOD_ZIP=$(OUT_DIR)/mapserver-mod.zip
|
||||||
|
|
||||||
all: $(OUT_DIR) $(MOD_ZIP)
|
all: $(OUT_DIR) $(MOD_ZIP)
|
||||||
$(MAKE) -C server all
|
$(MAKE) -C server build-docker
|
||||||
cp server/output/* $(OUT_DIR)/
|
cp server/output/* $(OUT_DIR)/
|
||||||
|
|
||||||
$(OUT_DIR):
|
$(OUT_DIR):
|
||||||
|
@ -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
|
The port on which the server listens to
|
||||||
|
|
||||||
#### webapi.secretkey
|
#### webapi.secretkey
|
||||||
The generated secret for the [mod bridge](./mod)
|
The generated secret for the [mod bridge](./mod.md)
|
||||||
|
|
||||||
#### layers
|
#### layers
|
||||||
The layers as a list
|
The layers as a list
|
||||||
|
@ -21,7 +21,7 @@ $(STATIC_VFS):
|
|||||||
go run github.com/mjibson/esc -o vfs/static.go -prefix="static/" -pkg vfs static
|
go run github.com/mjibson/esc -o vfs/static.go -prefix="static/" -pkg vfs static
|
||||||
|
|
||||||
build-docker:
|
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)
|
build: $(STATIC_VFS) $(OUT_DIR)
|
||||||
# native
|
# native
|
||||||
|
Loading…
Reference in New Issue
Block a user