2025-11-04 09:34:42 +08:00
..
2025-11-04 09:34:42 +08:00
2025-10-31 14:18:58 +08:00
2025-10-30 11:21:05 +08:00

Deployment Build Toolkit

This folder provides scripts to produce offline server/client packages and publish the client package to FTP.

Commands

  • build_server_package.sh [--version YYYYMMDD]
  • build_client_package.sh [--version YYYYMMDD]
  • publish_client.sh --version YYYYMMDD --server --user ftpuser --password [--port 21]

Outputs

  • deployment/artifact/server//
  • deployment/artifact/client//

Notes

  • Server package contains docker images (single all-images.tar.gz), compose/, scripts/, docs/, private/ skeleton.
  • Client package reuses all-in-one-full artifact, repacked as argus-metric_.tar.gz (compatible with setup.sh).