Running the Server#

Running Locally#

Generally you’ll only want to run the server locally when you’re developing Ibutsu. To see how to set this up, take a look at the Getting Started section in the Developer Guide.

Running in Containers#

The easiest way to run Ibutsu is via containers with either Docker or Podman. Ibutsu images are available on Quay.io.

Using Docker Compose or Podman Compose can make deploying containers much easier, and we have included a Docker/Podman Compose example.

Deploying to OKD#

If you want to deploy Ibutsu to OKD or OpenShift, we have also included an OKD/OpenShift Template example.

To create a project in OKD from this template, run the following command:

oc create -f ibutsu-okd-template.yaml