Aurea
Coming soon

Get Aurea running.

Use the official installer to prepare a new environment and start the guided Aurea installation flow.

Installer previewLinux server or VMGuided setup
get.aurea.software

Quick install

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

Typical next steps

cd /opt/aurea
aurea init
aurea install

Public access to the installer is coming soon. The command above shows the planned official entrypoint.

Before you start

Prepare a clean environment.

Aurea Get keeps the entrypoint short. For the current installer, make sure the host is ready for a Docker Compose based deployment.

Clean environment

Use a fresh Linux server or virtual machine whenever possible.

Container runtime

The current installer starts Aurea using Docker Compose.

Network access

The host needs access to download installation files and container images.

Public address

Prepare the DNS name or server address that users will use to open Aurea.

Docker Compose flow

The current installer prepares and starts a Compose stack.

This flow applies to the Linux + Docker Compose installer published on this page. Future installation methods may use a different path.

Need diagnostics?

Run aurea doctor when Docker access, configuration or startup checks fail.

aurea doctor
01

Bootstrap the host

The public script installs the local aurea CLI and prepares the installation workspace. It uses Git to fetch the bootstrap bundle.

02

Initialize the environment

aurea init creates local configuration and lets you choose the target release or channel and basic deployment settings.

03

Install and start Aurea

aurea install starts the selected Compose stack, prepares required infrastructure services and brings up the Aurea platform.

Where to run it

Use Linux for shared environments. Use Windows through WSL for local work.

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

Linux server or VM

Recommended for production, staging and shared test environments.

Local

Windows through WSL

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.

Linux families

Debian/Ubuntu and RHEL-compatible

Aurea Get targets the main Debian/Ubuntu and RHEL-compatible Linux families.

Prefer to inspect the script first?

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
Documentation

Need production setup details?

Use Aurea Wiki for reverse proxy, HTTPS, DNS, backups, upgrades, hardening and environment-specific operations.

Open Aurea Wiki