Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devenes/installer
- Owner: devenes
- License: apache-2.0
- Created: 2022-08-27T19:33:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T07:31:03.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:31:40.842Z (8 months ago)
- Topics: amazon-linux-2, aws, azure, bash, devops, ubuntu
- Language: Shell
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
DevOps Installer
🚧 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.
## :memo: License
This project is under license from Apache. For more details, see the [LICENSE](LICENSE.md) file.
Made with :heart: by devenes
Â