.. _user-guide/running-server: 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 :ref:`developer-guide/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 :ref:`examples/compose` example. Deploying to OKD ---------------- If you want to deploy Ibutsu to `OKD `_ or `OpenShift `_, we have also included an :ref:`examples/okd-template` example. To create a project in OKD from this template, run the following command: .. code-block:: shell oc create -f ibutsu-okd-template.yaml