https://github.com/nerdeveloper/devops-pack
An interactive CLI with an All-in-one starter pack that helps you provision your local machine, on-prem, and bare metal servers for development and testing.
https://github.com/nerdeveloper/devops-pack
Last synced: 10 months ago
JSON representation
An interactive CLI with an All-in-one starter pack that helps you provision your local machine, on-prem, and bare metal servers for development and testing.
- Host: GitHub
- URL: https://github.com/nerdeveloper/devops-pack
- Owner: nerdeveloper
- License: mit
- Created: 2019-08-24T12:22:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T08:47:39.000Z (about 3 years ago)
- Last Synced: 2025-03-18T11:11:31.168Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 439 KB
- Stars: 47
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevOps-pack
## This is an interactive CLI with an All-in-one setup pack that helps you provision your local machine, on-prem, and bare metal servers with your favourite development and testing tools
### Problem
Backend, Cloud, DevOps, related projects can be difficult to setup, following a lot of Blogs post can be very frustrating when setting up your machine for development and testing
## Tools inside Devops-pack
- Git [Installed by Default]
- Docker
- Kubernetes(Kops) and Kubectl
- Ansible
- Packer
- Terraform
- DotNetCore
- Nodejs
- Go
- Python v3 [Installed by Default]
- AWS CLI
- Microsoft Azure CLI
- Google Cloud SDK(CLI)
## Installation and Usage
```bash
git clone https://github.com/nerdeveloper/devops-pack.git
cd devops-pack
bash devpack.sh
```
## Instruction for Mac users
In order to install the stacks on here that are Mac compatible, you'll need to already have a working `homebrew` installation.
You can find [instructions on how to install `homebrew` here](https://www.howtogeek.com/211541/homebrew-for-os-x-easily-installs-desktop-apps-and-terminal-utilities/)
### Requirements
- System support for Virtualbox
- Vagrant
- Ram size: Above 512MB
### How do I install the Requirements
```bash
bash setup.sh
```
## CLI(Screenshot)

### Make me feel :heart: and appreciated
You can :star: the repo | Tell your friends about it | Fork it and submit Pull Request.
You can also follow me on **[Twitter](https://twitter.com/_nerdeveloper)**
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information