Skip to content

Installation overview

BraDypUS v5 consists of two components that run together:

  • bdus-api — PHP backend
  • bdus-app — Vue 3 frontend

All approaches use Docker Compose to manage both services.

No source code required. Docker pulls the images directly from GitHub Container Registry and starts the application.

See Deploy with pre-built images.

Build from source — for development

Clone the repository and build the images locally. Required if you want to modify the source code or run the Vite dev server.

See Install via terminal / git.

Manual installation (advanced)

See Manual installation if you need to run without Docker on a shared hosting server.

What you'll need