Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/septa-ma/devops
DevOps tools
https://github.com/septa-ma/devops
bash-script devops devops-tools docker docker-compose github jenkins-pipeline linux
Last synced: 5 days ago
JSON representation
DevOps tools
- Host: GitHub
- URL: https://github.com/septa-ma/devops
- Owner: septa-ma
- Created: 2023-02-08T09:03:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T09:23:59.000Z (over 1 year ago)
- Last Synced: 2025-01-31T06:51:19.598Z (15 days ago)
- Topics: bash-script, devops, devops-tools, docker, docker-compose, github, jenkins-pipeline, linux
- Language: HCL
- Homepage:
- Size: 243 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# this repo consists of:
- 0- github commands
- 1- linux basic commands must know.
- 2- bash-script examples.
- **HOW TO CREATE A SELL SCRIPT?**
- 1- create a directory:
mkdire directory-name- 2- go to the directory and make a file:
cd directory-name and then touch filename.sh- 3- change the file mode in executable permmission:
chmod a+x filename- 4- at the first line write:
#!/bin/bash- 5- for running the script in terminal write it:
./filename
- 3- what are dockerfile and docker-compose and how to write.
- 4- how to write pipline for make CI/CD.
- 5- what is kafka?
- 6- what is Consul?- ci/cd?
- tagging?
- versioning?
- multi enviroment?