·
0 commits
to 08003a8a9557b1beb8f399e737ab2ce97f68e98c
since this release
Downloads link for GetApp system
Helm & Docker-compose & Docker images
Click to download.
Content of the zip file
The zip file contains:
getapp-chart-*.zip- Helm chart, Docker Compose files, and installation scriptsgetapp-images-*.zip- Docker image filesgetapp-agent-*.zip- GetApp agent files- Installation files at root level:
install.shload-images.shhow-to-use-this-repo.md
File Structure
getapp-full-release-*.zip
├── install.sh
├── load-images.sh
├── how-to-use-this-repo.md
├── getapp-chart-*.zip
│ ├── helm-chart/
│ │ ├── Chart.yaml
│ │ ├── values.yaml
│ │ └── templates/
│ ├── docker-compose/
│ ├── scripts/
│ │ ├── install.sh
│ │ └── load-images.sh
│ ├── readme.md
│ └── how-to-use-this-repo.md
├── getapp-images-*.zip
│ └── images/
│ └── *.tar
└── getapp-agent-*.zip
├── agent/
└── agent-ui/
Quick Installation
After extracting the release package:
chmod +x install.sh
./install.shFollow the prompts to configure your registry and deployment settings.
For detailed instructions, see the included how-to-use-this-repo.md file.