Skip to the content.

WCA-TOOL - Utility for working with wildcore DMS

Install wca-tool

  1. Run this command to download the current release of wca tool:
    sudo curl -L "https://releases.wildcore.tools/wca-tool/latest/wca-tool-$(uname -s)-$(uname -m)" -o /usr/local/bin/wca-tool
    
  2. Apply executable permissions to the binary:
    sudo chmod +x /usr/local/bin/wca-tool
    
  3. Check wca-tool is installed
    wca-tool --version
    

    Example output:

    wca-tool version 0.0.6
    

Install agent

  1. Run command over sudo or root
    sudo wca-tool --key=YOUR_AGENT_UNIQUE_KEY install
    

    After installation you can access to DMS over http://:8088 or over cli (type `wca --help` for info)

Update/Upgrade agent

sudo wca-tool update 

Backup/Restoring agent