[doria](https://github.com/un-vector-tile-toolkit/doria): the server for [casale](https://hackmd.io/s/SyOKwvw34) === ![Andrea Doria](https://i.imgur.com/fLUzHjD.jpg) ``` _ _ _ _ __ __ _ | | | | \ | | \ \ / /__ ___| |_ ___ _ __ | | | | \| | \ \ / / _ \/ __| __/ _ \| '__| | |_| | |\ | \ V / __/ (__| || (_) | | \___/|_| \_| \_/ \___|\___|\__\___/|_| _____ _ _ _____ _ _ _ _ |_ _(_) | ___ |_ _|__ ___ | | | _(_) |_ | | | | |/ _ \ | |/ _ \ / _ \| | |/ / | __| | | | | | __/ | | (_) | (_) | | <| | |_ |_| |_|_|\___| |_|\___/ \___/|_|_|\_\_|\__| Make the technology the easy part. ``` [GitHub repository](https://github.com/un-vector-tile-toolkit/doria) # background I needed to deploy a vector tile server for the [casale deployment](https://hackmd.io/s/SyOKwvw34). # install ```console npm install -g pm2 git clone git@github.com:un-vector-tile-toolkit/doria git clone -b easter git@github.com:hfu/macrostyle git clone git@github.com:hfu/unite-sprite git clone git@github.com:hfu/fonts cd doria npm install ``` # start doria ```console npm run serve ``` # stop doria ```console npm run stop ``` # change in `doria` from `moai` 1. It uses `@mapbox/vtcomposite` instead of `mapnik` because `vtcomposite` looks to have a smaller footprint. # see also - [moai](https://github.com/un-vector-tile-toolkit/moai) is the parent of doria. `doria` is more portable than `moai.`