Installation
Installation
Linux packages (recommended)
- Download and install Jackadi. Installation files (
.deb
and.rpm
) are available in the GitHub releases. - Edit the configuration (see Configuration page).
- Start the service and ensure it is running:
# for the manager
systemctl enable --now jackadi-manager
systemctl status jackadi-manager
# for the agent
systemctl enable --now jackadi-agent
systemctl status jackadi-agent
Manual installation
To install Jackadi manually, you will need to manually create all the directories to make it work (see File Structure section to get the list of directories to create).
More details can be found in Manual installation guide.
Install binaries
All the binaries can be found in GitHub releases.
Install from source
- Clone the repository:
git clone https://github.com/jackadi-io/jackadi.git && cd jackadi
- Run the build:
make build
- The three binaries can be found in
dist/
directory.
File structure
Once everything is installed, you should have the following directory layout:
Manager | Agent |
---|---|
|
|