Installation and start-up
Thank you for choosing Orchesty for your project. The installation is simple, we can handle it in few steps.
What do we need?
To start and run Orchesty, we must have the Docker installed to ensure a virtualized environment. If you don't have any experience with Docker, we recommend going through its documentation.
For Mac users, we recommend installing OrbStack.
Next, we'll need some executable binaries. To install these binaries, follow the instructions below:
- Linux
- MacOS
Execute following command in terminal
apt install git make sed
Install homebrew with command through Terminal.
brew install make gnu-sed
Skeleton download & Project initialization
The basis for the installation is Orchesty-skeleton, which is public on GitHub.
- Installer
- ZIP
Run our Installer and follow the wizzard:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Orchesty/Installer/main/InstallScript.sh)"
Download and extract the whole skeleton from:
https://github.com/Orchesty/orchesty-skeleton/archive/refs/heads/master.zip
Or if you want our tutorial codes:
https://github.com/Orchesty/orchesty-tutorial/archive/refs/heads/master.zip
Startup and login into Orchesty Admin
Using make init-dev command we start and download the Docker image, which sets up the database and starts all important services.
Orchesty Admin represents the user interface for design and control of processes, its management, and related configurations. For more detailed information, we recommend visiting The introduction of Orchesty Admin.
Once installed, admin will be available at http://127.0.0.1.
You can log in with default user test@orchesty.io and password: password.
Now we can log into the UI. If you're starting with Orchesty, we recommend going through our tutorials.