Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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?