See the Acuparse Install Guide for further install details.
NOTICE: ONLY Supports Debian/Rasbian Bullseye (11)/Buster (10) or Ubuntu Jammy (22.04)/Focal (20.04).
Install your base Debian/Ubuntu based operating system. Then, run this installer:
curl -O https://gitlab.com/acuparse/installer/-/raw/master/install && sudo bash install | tee ~/acuparse.log
If that fails, try:
wget https://gitlab.com/acuparse/installer/-/raw/master/install && sudo bash install | tee ~/acuparse.log
See docs/DOCKER.md for detailed installation instructions.
On a newly installed Debian/Ubuntu System
-
Download and run the installer.
- If you already have Docker installed, see the Docker guide.
curl -O https://gitlab.com/acuparse/installer/-/raw/master/install_docker && \ sudo bash install_docker full | tee ~/acuparse.log
To update Docker Compose, run
sudo acuparse update && sudo acuparse update_compose
This automated installer licensed under the MIT license.
See LICENSE for more details.
See CHANGELOG.md for detailed release notes.