Skip to content

Commit ccc8766

Browse files
authored
feat: Adding docs on Pipelines installation (#2207)
* feat: Adding docs on Pipelines installation * fix: Tossing manual installation
1 parent 1458a07 commit ccc8766

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed
Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
# Pipelines Installation Overview
22

3-
This page is under construction.
3+
Given that Pipelines is a collection of multiple different technologies working in concert to deliver a comprehensive CI/CD solution, there are a number of different ways to achieve installation of Pipelines.
4+
5+
This will cover the different ways to install Pipelines, and how they can be used to achieve different goals.
6+
7+
## Installation as part of DevOps Foundations
8+
9+
Customers that have setup DevOps Foundations have a white glove setup process that automatically results in the full installation of Pipelines as a side effect of the setup process.
10+
11+
A Gruntwork solutions engineer will walk you through the process of:
12+
13+
1. Creating a new `infrastructure-live-root` repository from the [`infrastructure-live-root-template`](https://github.com/gruntwork-io/infrastructure-live-root-template) template.
14+
2. Installation of the [Gruntwork.io GitHub App](https://github.com/apps/gruntwork-io) on the `infrastructure-live-root` repository, or on the organization as a whole. For more information on this, click [here](/2.0/docs/pipelines/installation/viagithubapp).
15+
3. Running the associated `Infrastructure Live Root Bootstrap` workflow to customize the generated repository so that it can be used to deploy infrastructure.
16+
17+
The outcome of following these steps is that you will have a GitHub repository that will deploy infrastructure changes in a GitOps manner without any further manual intervention.
18+
19+
## Installation via manual setup
20+
21+
If you are not using DevOps Foundations, or need Pipelines for a standalone repository that already has Terragrunt configurations, you can still install Pipelines directly as a standalone GitHub Actions workflow.
22+
23+
To learn how to do this, navigate to the dedicated documentation for [Adding Pipelines to an Existing Repository](/2.0/docs/pipelines/installation/addingexistingrepo).
24+

0 commit comments

Comments
 (0)