Install

EVERJUST is distributed as Docker images and run with Docker Compose. You need a Linux host with Docker and Docker Compose installed.

Requirements

  • A 64-bit Linux server (2 vCPU / 8 GB RAM is a sensible starting point).
  • Docker and the Docker Compose plugin.
  • A domain you control, so workspaces can live on its subdomains.

Get the stack

  1. Clone the platform repository to your server.
  2. Copy the example environment file and fill in your values: bash cp .env.example deployment/.env Set your database credentials, the master password, your base domain, and any provider keys (payments, email, DNS). Never commit this file.
  3. Start the database and application server: bash cd deployment docker compose up -d db app

First run

Open the server in a browser. On first run you create the initial database. For a single workspace, that's all you need. For multi-workspace hosting, the control plane creates each tenant database for you — see Deploy.

Set a strong master password

The master password protects database management. Set a long, random value in your environment file before exposing the server.

Next

Deploy to production

Need a hand with this? company@everjust.co — a human answers.