tcdowney / devenv

A development environment designed for Ubuntu 20.04 GCP Compute Instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devenv

A set of scripts for configuring a ubuntu machine (or docker image) for development of Cloud Foundry stuff.

Installation

Provision your Ubuntu 20.04 VM, ssh into it, then run this command from your home directory as a non-root user:

bash <(curl -s https://raw.githubusercontent.com/tcdowney/devenv/master/setup.sh)

Note that this script is not guaranteed to be idempotent. Rather than re-running the scripts, it is recommended that you recreate your workstation VMs regularly to keep up to date.

About

A development environment designed for Ubuntu 20.04 GCP Compute Instances


Languages

Language:Shell 100.0%