Installation
Debox supports the following operating systems. Select the tab that corresponds to your OS for the corresponding installation instructions.
- Windows
- macOS
- Linux
Run the installation commands using Windows PowerShell
- Navigate to your directory of choice (ex. your
Documents
folder). This is where you will host Debox files.
cd ~\Documents
- Download Debox and save the archive file
wget "https://debox.network/downloads/debox_v0.1.0_windows-amd64.zip" -OutFile debox.zip
- Extract the contents of the downloaded archive file
tar -xf debox.zip
- Navigate to the extracted folder and you should be able to see two programs:
debox
anddebox-cli
cd Debox; ls
- Navigate to your directory of choice (ex. your
Documents
folder). This is where you will host Debox files.
cd ~/Documents
- Download the Debox tarball
curl "https://debox.network/downloads/debox_v0.1.0_darwin-amd64.tar.gz" -o debox.tar.gz
- Extract the contents of the tarball
tar -xzf debox.tar.gz
- Navigate to the extracted folder and you should be able to see two programs:
debox
anddebox-cli
cd debox && ls
- Navigate to your directory of choice (ex. your
Documents
folder). This is where you will host Debox files.
cd ~/Documents
- Download the Debox tarball
curl "https://debox.network/downloads/debox_v0.1.0_linux-amd64.tar.gz" -o debox.tar.gz
- Extract the contents of the tarball
tar -xzf debox.tar.gz
- Navigate to the extracted folder and you should be able to see two programs:
debox
anddebox-cli
cd debox && ls
After you've successfully completed the installation, check out the Quickstart to get started using Debox.