For the complete documentation index, see llms.txt. This page is also available as Markdown.

Project Setup

Overview

The hivel-onprem package contains deployment scripts, Docker Compose files, and configuration templates. It does not include licenses or credentials. You add those separately. You'll receive a bucket path or pre-signed URL from Hivel support.

Step 1: Download the Deployment Package

On the host:

cd /opt

# Using AWS CLI
aws s3 cp s3://hivel-on-prem-logs/hivel-agent-onprem-deploy/hivel-onprem.zip ./

unzip hivel-onprem.zip
cd hivel-onprem
chmod +x deploy.sh

Verify Download.

Success: Output shows deploy.sh, config/, license/, services/, and scripts/ directories Failure: AWS CLI error (Access Denied): Your AWS credentials have ECR access but not S3 read permission for the installer bucket. Confirm with Hivel support that your credentials cover both ECR and the installer S3 bucket. Failure: curl error: The pre-signed URL has expired. Request a fresh one from Hivel support.

Step 2: Add License File

Hivel will provide license_signed.json. Copy this file to the hivel-onprem/license/ directory on the host:

Last updated