Runa

Console

Get Runa on your servers

Runa requires the installation of PostgreSQL, Redis, and Minio for data storage, along with a web service and one job service per server.

Web service

curl -sSL https://get.runa.sh > runa.sh
bash runa.sh service-init web
bash runa.sh service-exec web

Job service

curl -sSL https://get.runa.sh > runa.sh
bash runa.sh service-init job
bash runa.sh service-exec job