Skip to content

bladepipe/worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worker Guide - BladePipe

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.

Docker

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

Upgrade Worker

/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/docker/upgrade.sh)"

For more details, please refer to the official documentation: Upgrade Worker (Docker).

Uninstall Worker

/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/docker/uninstall.sh)"

For more details, please refer to the official documentation: Uninstall Worker (Docker).

Binary

Install Worker

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

Upgrade Worker

/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/binary/upgrade.sh)"

For more details, please refer to the official documentation: Upgrade Worker (Binary).

Uninstall Worker

/bin/bash -c "$(curl -fsSL https://download.bladepipe.com/binary/uninstall.sh)"

For more details, please refer to the official documentation: Uninstall Worker (Binary).

About

In this guide, you will find the necessary scripts for installing and upgrading the BladePipe Worker using Docker or Binary methods

Resources

Stars

Watchers

Forks

Contributors