Welcome! In this guide, you will find the necessary scripts for installing and upgrading the BladePipe Worker using Docker or Binary methods. Follow the steps provided to quickly set up and maintain your Worker.
/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/docker/install_run.sh)"For more details, please refer to the official documentation: Install Worker (Docker).
/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/docker/upgrade.sh)"For more details, please refer to the official documentation: Upgrade Worker (Docker).
/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/docker/uninstall.sh)"For more details, please refer to the official documentation: Uninstall Worker (Docker).
/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/binary/install_run.sh)"For more details, please refer to the official documentation: Install Worker (Binary).
/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/binary/upgrade.sh)"For more details, please refer to the official documentation: Upgrade Worker (Binary).
/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/binary/uninstall.sh)"For more details, please refer to the official documentation: Uninstall Worker (Binary).