Deploy Prep banner
olegiv olegiv

Deploy Prep

DevOps community

Description

Prepare a complete deployment package for Linux production servers. Execute the following steps: 1. Clean and build for Linux: ```bash make clean make build-linux-amd64 ``` 2. Create deployment directory: ```bash mkdir -p logwatch-ai-deploy ``` 3. Copy necessary files: ```bash cp bin/logwatch-analyzer-linux-amd64 logwatch-ai-deploy/logwatch-analyzer cp -r scripts logwatch-ai-deploy/ cp configs/.env.example logwatch-ai-deploy/ cp configs/drupal-sites.json.e

Installation

Installs to ~/.claude/commands/olegiv-logwatch-ai-go-deploy-prep.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/olegiv/logwatch-ai-go/HEAD/.claude/commands/deploy-prep.md -o ~/.claude/commands/olegiv-logwatch-ai-go-deploy-prep.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository