Install the Linux package on Debian
To install the application on an Debian server, follow these steps
Prerequisites
- OS requirements:
- Debian 12
- Debian 13
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.
sudo apt install executor-api executor-ui
Now you can continue to complete the database migration step.