Skip to main content
Get up and running with OASM quickly using Docker.

🛠 Prerequisites

Ensure your environment meets the following requirements: Minimum system requirements:
  • CPU: 4 cores
  • RAM: 4 GB
  • Disk: 20 GB free space

🚀 Setup

Follow the steps below to deploy the application locally:
1

Clone the repository

git clone https://github.com/oasm-platform/oasm-docker.git
cd oasm-docker
2

Configure environment variables

cp .env.example .env
Update the .env file if needed to match your environment.
3

Start the application

make
This will build and start all required services.

🌐 Access the Web UI

Web UI

Open http://localhost:6276 to access the application interface.

The first startup may take a few minutes as Docker images are built and initialized.