tusd/docs/installation.md

1.2 KiB

Installation

You can download ready-to-use packages including binaries for OS X, Linux and Windows in various formats of the latest release.

Compile from source

The only requirement for building tusd is Go. We only test and support the two latest major releases of Go, although tusd might also run with other versions.

Once a recent Go version is installed, you can clone the git repository, install the remaining dependencies and build the binary:

git clone https://github.com/tus/tusd.git
cd tusd

go build -o tusd cmd/tusd/main.go

Kubernetes installation

A Helm chart for installing Tusd on Kubernetes is available here.

You can install it by running the following commands:

helm repo add skm https://charts.sagikazarmark.dev
helm install --generate-name --wait skm/tusd

Minimum requirements:

  • Helm 3+
  • Kubernetes 1.16+

Check out the available values for customizing the installation.