Clean environment
Use a fresh Linux server or virtual machine whenever possible.
Use the official installer to prepare a new environment and start the guided Aurea installation flow.
Run this command on a clean Linux server or virtual machine. After the bootstrap finishes, continue with the commands printed by the installer.
curl -fsSL https://get.aurea.software/linux-docker.sh | bash cd /opt/aurea
aurea init
aurea install Public access to the installer is coming soon. The command above shows the planned official entrypoint.
Aurea Get keeps the entrypoint short. For the current installer, make sure the host is ready for a Docker Compose based deployment.
Use a fresh Linux server or virtual machine whenever possible.
The current installer starts Aurea using Docker Compose.
The host needs access to download installation files and container images.
Prepare the DNS name or server address that users will use to open Aurea.
This flow applies to the Linux + Docker Compose installer published on this page. Future installation methods may use a different path.
Run aurea doctor when Docker access, configuration or startup checks fail.
aurea doctor The public script installs the local aurea CLI and prepares the installation workspace. It uses Git to fetch the bootstrap bundle.
aurea init creates local configuration and lets you choose the target release or channel and basic deployment settings.
aurea install starts the selected Compose stack, prepares required infrastructure services and brings up the Aurea platform.
The current Aurea Get path is designed for Linux-based hosts. Windows is supported by running the Linux installer inside Ubuntu on WSL, mainly for local evaluation and development.
Recommended for production, staging and shared test environments.
Create an Ubuntu environment in WSL and run the same quick install command inside it.
wsl --install -d Ubuntu --name Aurea
wsl -d Aurea Once inside Ubuntu, run the quick install command from this page.
Aurea Get targets the main Debian/Ubuntu and RHEL-compatible Linux families.
Download the installer, verify the checksum and run it when ready.
curl -fsSLO https://get.aurea.software/linux-docker.sh
curl -fsSLO https://get.aurea.software/checksums.txt
sha256sum -c checksums.txt
bash linux-docker.sh Use Aurea Wiki for reverse proxy, HTTPS, DNS, backups, upgrades, hardening and environment-specific operations.
Open Aurea Wiki