Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 1.72 KB

File metadata and controls

81 lines (57 loc) · 1.72 KB

DevOpsKit

Welcome to DevOpsKit by Deep Singh. This project is designed to help you easily install various DevOps tools on your Ubuntu machine.

Features

  • Easy installation of popular DevOps tools
  • Clear and colorful command line interface
  • Robust error handling for smooth installation

Prerequisites

Before you start, ensure you have the following:

  • An Ubuntu machine
  • Root privileges to install software
  • Network connectivity

How to Use

  1. Clone the repository:

    https://github.com/dipu-devops/DevOpsKit.git
    cd DevOpsKit
  2. Run the installation script:

    chmod +x install.sh
    
    bash install.sh
          or
    sudo ./install
  3. Follow the prompts to select and install the desired tool.

Available Tools

  • Git
  • AWS-CLI
  • Azure-CLI
  • Docker
  • Docker-Compose
  • Kubernetes
  • Terraform
  • Jenkins
  • Ansible
  • Nginx
  • Apache
  • Maven

Troubleshooting

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.

Contribution

If you want to contribute to this project:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature-branch)
  6. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Deep Singh

Thank you for using DevOpsKit! Your feedback and contributions are welcome.