An open API service indexing awesome lists of open source software.

https://github.com/pipe-cd/tutorial

Tutorial for the beginners in 30m-1h
https://github.com/pipe-cd/tutorial

Last synced: 11 months ago
JSON representation

Tutorial for the beginners in 30m-1h

Awesome Lists containing this project

README

          

# **Welcome to PipeCD Tutorial!**

This is a hands-on introduction to PipeCD for the beginners.

[Go to Japanese ver.](content/ja/README.md)

## The Goal

By the end of this tutorial, you will be able to:
- Understand the basic mechanism of PipeCD
- Experiment with PipeCD
- Deploy with your pipeline in GitOps style

This is **NOT** intended for those who right now want to:

- Install PipeCD in a production-ready way (See [Docs > Installation](https://pipecd.dev/docs/installation/))
- Develop and test PipeCD (See [CONTRIBUTING.md](https://github.com/pipe-cd/pipecd/blob/master/CONTRIBUTING.md))

## What you will do

You will run PipeCD on local and deploy by it. The architecture is as below:

![architecture on local](/images/architecture.svg)

Architecture in the tutorial

### Table of Contents

1. [**Mechanism Overview**](content/en/10-overview/README.md): Quickly learn about the basic mechanism
2. [**Prerequisites**](content/en/20-prerequisites/README.md): What you need before the tutorial.
3. [**Install**](content/en/30-install/): Install PipeCD on local.
4. [**Deploy**](content/en/40-deploy/): Deploy and customize the pipeline.
5. [**Next Step**](content/en/90-nextstep/README.md): Next actions after the tutorial.

## See Also

- [PipeCD Docs](https://pipecd.dev/docs/)

---

[Next: Mechanism Overview >](content/en/10-overview/README.md)