Welcome to DevOpsKit by Deep Singh. This project is designed to help you easily install various DevOps tools on your Ubuntu machine.
- Easy installation of popular DevOps tools
- Clear and colorful command line interface
- Robust error handling for smooth installation
Before you start, ensure you have the following:
- An Ubuntu machine
- Root privileges to install software
- Network connectivity
-
Clone the repository:
https://github.com/dipu-devops/DevOpsKit.git cd DevOpsKit
-
Run the installation script:
chmod +x install.sh bash install.sh or sudo ./install
-
Follow the prompts to select and install the desired tool.
- Git
- AWS-CLI
- Azure-CLI
- Docker
- Docker-Compose
- Kubernetes
- Terraform
- Jenkins
- Ansible
- Nginx
- Apache
- Maven
If you encounter any issues, here are some common solutions:
- Ensure you have root privileges: Run the script with
sudo
if necessary. - Check your network connection: Make sure your machine is connected to the internet.
- Verify sufficient disk space: Ensure at least 1GB of free space is available.
If you want to contribute to this project:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Deep Singh
Thank you for using DevOpsKit! Your feedback and contributions are welcome.