diff --git a/docs/docs/installation.mdx b/docs/docs/installation.mdx index 41cc1e9..137e692 100644 --- a/docs/docs/installation.mdx +++ b/docs/docs/installation.mdx @@ -39,7 +39,7 @@ from that release's assets over the version shown below. ### 1. Download Release Artifacts Each GeoBrix [release](https://github.com/databrickslabs/geobrix/releases) -attaches three files for the GDAL install path: +attaches three files for the GDAL install path (among others): - `geobrix-gdal-artifacts-v-noble.tar.gz` — the bundle (JAR, `libgdalalljni.so`, GDAL `.deb`s, Python wheels — everything pre-built and @@ -71,11 +71,11 @@ release/operator process. ### 3. Stage the Init Script -The init script is **not** uploaded to the bundle Volume; it's the cluster's +The init script is **not** included in the bundle (from above); it's the cluster's init-script attachment. 1. Upload the release's `geobrix-gdal-init.sh` to a workspace file path or - a separate Volume the cluster can read. + a separate Volume the cluster can read, e.g. the same `VOL_DIR` you set (below) or elsewhere. 2. Edit `VOL_DIR` (one line near the top of the script) to point at the Volume from step 2. 3. No other edits are required — the script reads the expected tarball @@ -108,8 +108,21 @@ are installed by this script. This lets the GeoBrix Python wheel be bumped independently of the GDAL platform layer. ::: +Preview of the first 10 lines — expand below for the full script (~400 lines). + + + +
+ Show the full init script + +
+ ### 4. Configure Cluster #### Add Init Script