Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove openshift installation instructions #5309

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading