Installation

Self-Hosted Download Instructions

To have easy maintainability for future upgrades, it is recommended to use Git workflow by cloning the self-hosted repository and check out to a specific release tag.

The instructions assume an installation directory of ${HOME}. Please adjust to your specific installation directory.

Downloading latest release
Click to copy
# Assuming current latest version is v1.0.3
# Current actual version can be acquired from the Releases page on GitHub
cd "${HOME}"
VERSION="1.0.3"
git clone https://github.com/SidecarCX/sidecarcx-self-hosted.git
cd sidecarcx-self-hosted
git checkout "v${VERSION}"

Sidecar CX GitHub Release Page