Installing Digibeectl on Windows

To run Digibeectl on Windows, you need to install Windows Subsystem for Linux (WSL), which allows you to run a Linux distribution directly on your Windows system. To install WSL on Windows, follow the steps below:

How to install Linux on Windows using WSL

  1. Open Command Prompt or PowerShell with administrator privileges.

  2. Run the following command to install WSL:

wsl --install
  1. Choose the Linux distribution you want to install (such as Ubuntu, Debian, etc.).

  2. Restart your computer when prompted.

With WSL installed and your Linux distribution configured, install Digibeectl within your distribution.

How to Install Digibeectl on Windows via WSL

  1. Open the terminal of the distribution installed on Windows by clicking on the shortcut in the Start menu.

  2. In the distribution terminal, type the following command to install digibeectl:

curl -s https://storage.googleapis.com/digibee-release-test/releases/install.sh | bash
  1. Wait for the installation to finish.

  2. After installation, verify that Digibeectl was installed correctly by running the command below:

digibeectl

This command will display supporting documentation and available usage options for Digibeectl.

Last updated