Installation

Build and install the Uptick binaries from source or using Docker.

Pre-requisites

Install Go

circle-info

warning

Uptick is built using Goarrow-up-right version 1.19+

go version
circle-info

If the uptickd: command not found error message is returned, confirm that your GOPATHarrow-up-right is correctly configured by running the following command:

mkdir -p $HOME/go/bin
echo "export GOPATH=$HOME/go" >> ~/.bashrc
source ~/.bashrc
echo "export GOBIN=$GOPATH/bin" >> ~/.bashrc
source ~/.bashrc
echo "export PATH=$PATH:$GOBIN" >> ~/.bashrc
source ~/.bashrc

Install Binaries

circle-info

The latest Uptick versionarrow-up-right is v0.3.0

GitHub

Clone and build Uptick using git:

Check that the uptickd binaries have been successfully installed:

Last updated