Skip to content

Acuparse Installation Script for Debian based OS's *** MIRROR REPO | See: https://gitlab.com/acuparse/installer ***

License

Notifications You must be signed in to change notification settings

acuparse/installer

Repository files navigation

Acuparse Automated Installation Script

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).

Usage

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

Docker Compose

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

Updating

To update Docker Compose, run

sudo acuparse update && sudo acuparse update_compose

Licencing

This automated installer licensed under the MIT license.

See LICENSE for more details.

Release Notes

See CHANGELOG.md for detailed release notes.