Skip to content

Commit

Permalink
docs: remove openshift installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalPazz authored and samdoran committed Oct 4, 2024
1 parent f816fee commit b0a1b90
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,6 @@ This guide will focus on deploying Project Koku into an existing
The Koku application contains two components - a web service and
database.

**OpenShift**

A basic deployment configuration is contained within the application's
[OpenShift template
file](https://github.com/project-koku/koku/blob/main/openshift/koku-template.yaml).
This template should be acceptable for most use cases. It provides
parameterized values for most configuration options.

To deploy the Koku API application using the provided templates, you can
use the provided `Makefile`: (the openshift CLI is required to be
installed to run the following command)

make oc-create-all

To deploy individual components, there are also `make` commands provided
for your convenience:

make oc-create-koku # Deploy the API web application
make oc-create-db # Deploy the PostgreSQL database

**Docker Compose**

The Koku API can also be deployed with Docker Compose with the following
Expand Down

0 comments on commit b0a1b90

Please sign in to comment.