# 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).