🔌 Install ​
Manually ​
- Download the respective installer from https://getlogga.com/download
- Double click on the installer & follow the wizard.
The installer creates all the necessary directories & files.
Jump to the Usage section to learn how to run logga.
Brew ​
logga ​
bash
brew tap logga-app/logga
brew install loggalogga daemon ​
bash
brew tap logga-app/logga
brew install logga-daemonBrew install creates all the necessary directories & files.
 Brew uninstall removes all logga related directories & files.
from CLI ​
logga ​
bash
curl -s -o /path/to/logga.pkg https://storage.getlogga.com/logga-client-latest.pkg
sudo installer -pkg /path/to/logga.pkg -target /
rm -rf /path/to/logga.pkglogga daemon ​
bash
curl -s -o /path/to/logga-daemon.pkg https://storage.getlogga.com/logga-daemon-latest.pkg
sudo installer -pkg /path/to/logga-daemon.pkg -target /
rm -rf /path/to/logga-daemon.pkgINFO
To download specific version, you can use the following urls, where ${version} is a semantic version tag: https://storage.getlogga.com/logga-client-${version}.pkg
https://storage.getlogga.com/logga-daemon-${version}.pkg
The installer creates all the necessary directories & files.
