Materials for FOSS4GNA workshop - Developing Web Applications with GRASS GIS
https://docs.docker.com/engine/install/
docker compose up
The actinia service will run by default at http://localhost:8088/
curl -X GET "http://localhost:8088/api/v3/version" -H "accept: application/json"
curl -SL https://grass.osgeo.org/sampledata/north_carolina/nc_spm_08_grass7.zip > nc_spm_08_grass7.zip
unzip -qq nc_spm_08_grass7.zip
mv nc_spm_08_grass7 actinia-core-data/grassdb
rm nc_spm_08_grass7.zip