Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 2.8 KB

README.md

File metadata and controls

80 lines (54 loc) · 2.8 KB
Installer

DevOps Installer

Github top language Github language count Repository size License Github stars

🚧 Installer 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Installer is an open source project that is developed by Devenes to download and install packages and applications such as ansible, docker, cri-dockerd, kubectl, helm, terraform, packer, kind, kubectx, kubens, minikube, crictl, vagrant, td-agent, crane, argocd for using on test environments and production environments, Ubuntu Server on Microsoft Azure and Amazon Linux EC2 instance of AWS cloud infrastructures.

✨ Features

✔️ Install package
✔️ Test the installation
✔️ Support for multiple operating systems

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Ubuntu or Amazon Linux operating system.

🏁 Starting

# Clone this project
git clone https://github.com/devenes/installer

# Access
cd installer

# Install packages
sudo bash installer.sh

# Test the installation
bash installer.sh

📝 License

This project is under license from Apache. For more details, see the LICENSE file.

Made with ❤️ by devenes

 

Back to top