Skip to content

thenets/devops-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Environment

A toolset to work with cloud environment.

asciicast

How to install

# 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

./devops/update.sh

Install tools

You can check all tools available:

# Enable DevOps env
source devops/activate.sh

# List installers
devops install-list

Than install the tools that you need:

# 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.

About

A toolset to work with cloud environment. ☁

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages