https://github.com/sanogotech/ci-cd-final-project
Final Project for CI/CD course
https://github.com/sanogotech/ci-cd-final-project
cicd continious-integration continuous-delivery github github-actions openshift tekton
Last synced: 2 months ago
JSON representation
Final Project for CI/CD course
- Host: GitHub
- URL: https://github.com/sanogotech/ci-cd-final-project
- Owner: sanogotech
- License: apache-2.0
- Created: 2024-06-24T11:43:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T15:09:46.000Z (11 months ago)
- Last Synced: 2025-02-09T00:16:39.166Z (4 months ago)
- Topics: cicd, continious-integration, continuous-delivery, github, github-actions, openshift, tekton
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI/CD Tools and Practices Final Project Template
This repository contains the template to be used for the Final Project for the Coursera course **CI/CD Tools and Practices**.
## Usage
This repository is to be used as a template to create your own repository in your own GitHub account. No need to Fork it as it has been set up as a Template. This will avoid confusion when making Pull Requests in the future.
From the GitHub **Code** page, press the green **Use this template** button to create your own repository from this template.
Name your repo: `ci-cd-final-project`.
## Setup
After entering the lab environment you will need to run the `setup.sh` script in the `./bin` folder to install the prerequisite software.
```bash
bash bin/setup.sh
```Then you must exit the shell and start a new one for the Python virtual environment to be activated.
```bash
exit
```## Tasks
## License
Licensed under the Apache License. See [LICENSE](/LICENSE)
## Author
Skills Network
##
© IBM Corporation 2023. All rights reserved.