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.
- Install the needed packages:
sudo apt install -y curl
- 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.