Skip to content

Installation Guide

System Requirements

Angus series applications and services support cross-platform deployment with the following minimum requirements:

Java Runtime Environment

💡 Note: JDK environment will be automatically configured when using installation scripts or Docker.
🔗 OpenJDK Official Downloads

Operating System

  • Officially Supported: Linux · macOS · Windows.
  • Theoretically Compatible: Any OS supporting Java 17+.

Installation Package Specifications

Angus series applications follow standardized naming and structure conventions for easy deployment and maintenance.

Naming Rules

ApplicationCode[-EditionType]-VersionNumber[-full].zip
ComponentDescriptionExamples
Application CodeUnique identifierAngusTester
Edition TypeCommunity/Enterprise/Datacenter EditionCommunity · Enterprise · Datacenter
Version NumberFollows Semantic Versioning 2.01.0.0 · 2.3.1
Full PackageIncludes all dependencies-full

Complete Example: AngusTester-Community-1.0.0-full.zip

Package Structure

Example for AngusTester Community Edition:

txt
AngusTester-Community-1.0.0/  
├── 📁 conf/          # Configuration files  
├── 📁 data/          # Application data (including task execution logs)  
├── 📁 lib/           # Dependency libraries  
├── 📄 LICENSE        # License agreement  
├── 📁 logs/          # Main application logs  
├── 📁 plugins/       # Plugin storage (auto-downloaded from store)  
├── 📁 statics/       # Web static resources  
├── 📁 tmp/           # Temporary files (can be cleaned)  
├── 📄 README.md      # Application documentation  
├── ⚙️ startup-tester.sh    # Startup script  
├── ⚙️ shutdown-tester.sh    # Shutdown script  
└── 🧩 AngusTester-Community-1.0.0.jar  # Main executable

Key Directory Overview

Released under the GPL-3.0 License.