Skip to main content
Version: Next

Install the Linux package on Ubuntu

To install the application on an Ubuntu server, follow these steps

Prerequisites

  • OS requirements:
    • Ubuntu 20.04
    • Ubuntu 22.04
    • Ubuntu 24.04

Add the Executor package repository

To install Executor, first add the Executor package repository.

  1. Install the needed packages:
sudo apt install -y curl
  1. Use the fallowing script to add the Executor repository.
curl "https://packages.executorhq.com/install/repositories/executor/executor-api/script.deb.sh" | sudo bash

Install the package

Install Executor using your system's package manager.

info

Setting the APP_EXTERNAL_URL is optional but recommended. You can set afterwards in /etc/executor/executor-api.env file.

sudo apt install executor-api executor-ui

Now you can continue to complete the database migration step.