Initial GeoIntel V1 foundation
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
# Scripts
|
||||
|
||||
Setup-, import-, demo- en maintenance-scripts voor GeoIntel.
|
||||
|
||||
## Runtime verification
|
||||
|
||||
Verify the browser-facing Docker/LAN runtime:
|
||||
|
||||
```bash
|
||||
bash scripts/verify_browser_runtime.sh http://192.168.10.150:1202
|
||||
bash scripts/verify_gis_runtime.sh http://192.168.10.150:1202
|
||||
```
|
||||
|
||||
Verify the explicit demo workflow plus export artifact path:
|
||||
|
||||
```bash
|
||||
bash scripts/verify_demo_export_workflow.sh http://192.168.10.150:1202
|
||||
```
|
||||
|
||||
The demo/export smoke seeds the offline fixture demo, verifies persisted QA/QC
|
||||
results, creates metadata/report/vector GeoJSON exports, lists exports and
|
||||
downloads the JSON/GeoJSON/HTML artifacts through the frontend proxy.
|
||||
|
||||
## Tower deployment
|
||||
|
||||
Push the local branch to Gitea, then rebuild the Unraid/Tower Docker runtime:
|
||||
|
||||
```bash
|
||||
bash scripts/deploy_tower.sh
|
||||
```
|
||||
|
||||
For the first deployment into an existing non-Git appdata folder, bootstrap the
|
||||
checkout explicitly:
|
||||
|
||||
```bash
|
||||
DEPLOY_BOOTSTRAP=1 bash scripts/deploy_tower.sh
|
||||
```
|
||||
|
||||
Useful overrides:
|
||||
|
||||
```bash
|
||||
REMOTE_HOST=root@192.168.10.150
|
||||
REMOTE_PATH=/mnt/user/appdata/geointel
|
||||
REMOTE_REPO=gitea-widefrog:NuklearRabbit/geointel.git
|
||||
FRONTEND_URL=http://192.168.10.150:1202
|
||||
```
|
||||
Reference in New Issue
Block a user