Deploy to Mac mini
- •SSH to the Mac mini server
- •Stop the launchd service:
launchctl unload ~/Library/LaunchAgents/com.yiana.ocr.plist - •Wait 3 seconds for process to fully stop
- •Copy the new binary to the server
- •Start the service:
launchctl load ~/Library/LaunchAgents/com.yiana.ocr.plist - •Verify: check process is running and tail the last 20 lines of the log
- •Report status to user — do NOT proceed without confirmation