windshaft

v4.5.7
A Node.js map tile server for PostGIS with CartoCSS styling
cartodb

test

make test-all

preinstall

make pre-install

docker-pull

docker pull cartoimages/windshaft-testing

docker-test

docker run -v `pwd`:/srv cartoimages/windshaft-testing bash docker-test.sh && docker ps --filter status=dead --filter status=exited -aq | xargs -r docker rm -v

docker-build

docker build -t cartoimages/windshaft-testing .

docker-install

sudo apt install docker.io && sudo usermod -aG docker $(whoami)

docker-publish

docker push cartoimages/windshaft-testing

Metadata

Downloads