Installation

Installation with docker

This is the most simpliest installation you've ever done! Just one command....

Prerequisities

  • any of Linux distro
  • docker compose v2

Installation steps

  1. clone or download AppHealer from GitHub
  2. run following command in the AppHealer directory:

    docker compose up -d
  3. open browser and type your server's host (or ip) and port 8081. (e.g. https://apphealer.yourdomain.com:8081).
    • use installation wizard to configure same basic informations and SMTP connection (for sending emails from AppHealer) (see pictures below)
    • in the next step, create first user

Manual installation on your own infrastructure

Comming soon....