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.
# Assuming current latest version is v1.0.3# Current actual version can be acquired from the Releases page on GitHubcd "${HOME}"VERSION="1.0.3"git clone https://github.com/SidecarCX/sidecarcx-self-hosted.gitcd sidecarcx-self-hostedgit checkout "v${VERSION}"