Skip to content

Commit

Permalink
Update download links
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 9, 2024
1 parent d5613c3 commit 68d2727
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ You can download BBOX from [GitHub releases page](https://github.com/bbox-servic
| macOS ARM | [ARM64][rl-macos-arm-tar] |
| Windows | [64-bit][rl-win64-zip] |

[rl-linux-tar]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-server-x86_64-unknown-linux-gnu.tar.gz
[rl-linux-arm-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0-beta1/bbox-server-aarch64-unknown-linux-gnu.tar.gz
[rl-macos-tar]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-server-x86_64-apple-darwin.tar.gz
[rl-macos-arm-tar]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-server-aarch64-apple-darwin.tar.gz
[rl-win64-zip]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-server-x86_64-pc-windows-msvc.zip
[rl-linux-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-server-x86_64-unknown-linux-gnu.tar.gz
[rl-linux-arm-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-server-aarch64-unknown-linux-gnu.tar.gz
[rl-macos-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-server-x86_64-apple-darwin.tar.gz
[rl-macos-arm-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-server-aarch64-apple-darwin.tar.gz
[rl-win64-zip]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-server-x86_64-pc-windows-msvc.zip

## Building with Cargo

Expand All @@ -31,5 +31,5 @@ bbox-server --help
BBOX is also available as a [Docker image](https://hub.docker.com/r/sourcepole/bbox-server-qgis). You can either share a configuration file from the host with the container via the `-v` param, or run BBOX in auto-discovery mode.

```shell
docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.5.0
docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.6.0
```
18 changes: 9 additions & 9 deletions docs/src/tile-server/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ You can download BBOX tile server from [GitHub releases page](https://github.com
| macOS ARM | [ARM64][rl-macos-arm-tar] |
| Windows | [64-bit][rl-win64-zip] |

[rl-linux-tar]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-tile-server-x86_64-unknown-linux-gnu.tar.gz
[rl-linux-arm-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0-beta1/bbox-tile-server-aarch64-unknown-linux-gnu.tar.gz
[rl-macos-tar]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-tile-server-x86_64-apple-darwin.tar.gz
[rl-macos-arm-tar]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-tile-server-aarch64-apple-darwin.tar.gz
[rl-win64-zip]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-tile-server-x86_64-pc-windows-msvc.zip
[rl-linux-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-tile-server-x86_64-unknown-linux-gnu.tar.gz
[rl-linux-arm-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-tile-server-aarch64-unknown-linux-gnu.tar.gz
[rl-macos-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-tile-server-x86_64-apple-darwin.tar.gz
[rl-macos-arm-tar]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-tile-server-aarch64-apple-darwin.tar.gz
[rl-win64-zip]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-tile-server-x86_64-pc-windows-msvc.zip

## Debian packages

Expand All @@ -24,9 +24,9 @@ You can download BBOX tile server from [GitHub releases page](https://github.com
| Debian Bookworm | [x86_64][deb-bookworm] |
| Debian Bullseye | [x86_64][deb-bullseye] |

[deb-jammy]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-tile-server_0.5.0-jammy_amd64.deb
[deb-bookworm]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-tile-server_0.5.0-bookworm_amd64.deb
[deb-bullseye]: https://github.com/bbox-services/bbox/releases/download/v0.5.0/bbox-tile-server_0.5.0-bullseye_amd64.deb
[deb-jammy]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-tile-server_0.6.0-jammy_amd64.deb
[deb-bookworm]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-tile-server_0.6.0-bookworm_amd64.deb
[deb-bullseye]: https://github.com/bbox-services/bbox/releases/download/v0.6.0/bbox-tile-server_0.6.0-bullseye_amd64.deb

## Building with Cargo

Expand All @@ -43,5 +43,5 @@ bbox-tile-server --help
BBOX tile server is also available as a [Docker image](https://hub.docker.com/r/sourcepole/bbox-tile-server). You could either share a configuration file from the host with the container via the `-v` param, or you can run BBOX in auto-discover mode.

```shell
docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-tile-server:v0.5.0
docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-tile-server:v0.6.0
```

0 comments on commit 68d2727

Please sign in to comment.