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
- Host: GitHub
- URL: https://github.com/pipe-cd/tutorial
- Owner: pipe-cd
- License: apache-2.0
- Created: 2024-05-30T01:52:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:00:14.000Z (11 months ago)
- Last Synced: 2025-02-06T13:48:42.434Z (11 months ago)
- Language: HCL
- Homepage:
- Size: 26.8 MB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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 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)