https://github.com/thenets/devops-env
A toolset to work with cloud environment. ☁
https://github.com/thenets/devops-env
aws kubernetes terraform
Last synced: 5 months ago
JSON representation
A toolset to work with cloud environment. ☁
- Host: GitHub
- URL: https://github.com/thenets/devops-env
- Owner: thenets
- License: mit
- Created: 2019-10-02T22:11:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T20:07:35.000Z (almost 6 years ago)
- Last Synced: 2025-10-08T23:35:15.482Z (8 months ago)
- Topics: aws, kubernetes, terraform
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevOps Environment
A toolset to work with cloud environment.
[](https://asciinema.org/a/sShTBvpzo9yohonEGsEKr6HC1)
## How to install
```bash
# Create your project dir
mkdir my-project
cd my-project
# Clone
git clone https://github.com/thenets/devops-env.git devops
# Start the installation script
./devops/install.sh
```
## How to update
```bash
./devops/update.sh
```
## Install tools
You can check all tools available:
```bash
# Enable DevOps env
source devops/activate.sh
# List installers
devops install-list
```
Than install the tools that you need:
```bash
# Enable DevOps env
source devops/activate.sh
# Install Hashicorp Terraform
devops install hashicorp_terraform
# Install AWS CLI
devops install awscli
```
## Add to your .gitignore
The `./.gitignore` will be verified during the installation process. If some line is missing it will be appended in the end.
## Config file example
The `./config.ini` will be generated during the first installation process if not exist.