Installation
Binary Distributions
You can download BBOX from GitHub releases page.
Platform | Downloads (latest) |
---|---|
Linux | 64-bit |
Linux ARM | ARM64 |
macOS | 64-bit |
macOS ARM | ARM64 |
Windows | 64-bit |
Installing with Cargo
If you install Rust, you can install BBOX from crates.io:
cargo install bbox-server --locked
# or
cargo binstall bbox-server
bbox-server --help
Docker
BBOX is also available as a Docker image. You can either share a configuration file from the host with the container via the -v
param, or run BBOX in auto-discovery mode.
docker run --rm --user=$UID -p 8080:8080 -v $PWD/bbox.toml:/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.6.2