Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devenes/installer

Installer is an open source project that is developed by Devenes to download and install packages and applications for using on test environments and production environments, Ubuntu Server on Microsoft Azure and Amazon Linux EC2 instance of AWS cloud infrastructures.
https://github.com/devenes/installer

amazon-linux-2 aws azure bash devops ubuntu

Last synced: about 1 month ago
JSON representation

Installer is an open source project that is developed by Devenes to download and install packages and applications for using on test environments and production environments, Ubuntu Server on Microsoft Azure and Amazon Linux EC2 instance of AWS cloud infrastructures.

Awesome Lists containing this project

README

        


Installer

DevOps Installer


Github top language
Github language count
Repository size
License

Github stars


🚧 Installer 🚀 Under construction... 🚧



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


## :dart: About

Installer is an open source project that is developed by [Devenes](http://www.github.com/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](https://azure.microsoft.com/en-us/) and Amazon Linux EC2 instance of [AWS](https://aws.amazon.com/) cloud infrastructures.

## :sparkles: Features

:heavy_check_mark: Install package\
:heavy_check_mark: Test the installation\
:heavy_check_mark: Support for multiple operating systems

## :rocket: Technologies

The following tools were used in this project:

- [Bash](https://www.gnu.org/software/bash/)

## :white_check_mark: Requirements

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

## :checkered_flag: Starting

```bash
# 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
```

## GitHub Actions CI

You can use the GitHub Actions CI to test the installation of packages and applications.


Installer

## :memo: License

This project is under license from Apache. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by devenes

 

Back to top