https://github.com/jenkins-x/dev-env
A development environment built upon docker
https://github.com/jenkins-x/dev-env
dev-env developer-tools docker gcloud git goland golang hub jenkins-x ksd kubectl kubernetes terraform
Last synced: 5 months ago
JSON representation
A development environment built upon docker
- Host: GitHub
- URL: https://github.com/jenkins-x/dev-env
- Owner: jenkins-x
- License: mit
- Archived: true
- Created: 2019-01-18T10:42:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T01:34:38.000Z (over 5 years ago)
- Last Synced: 2025-03-18T15:21:56.620Z (7 months ago)
- Topics: dev-env, developer-tools, docker, gcloud, git, goland, golang, hub, jenkins-x, ksd, kubectl, kubernetes, terraform
- Language: Shell
- Homepage: https://jenkins-x.github.io/dev-env/
- Size: 996 KB
- Stars: 8
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# dev-env
_A development environment built upon docker._## overview
The intention of this project is to provide the necessary tools and packages required for a standard golang development environment which is convenient and accessible. The dev-env is built upon the an [alpine 3.10 golang image](https://hub.docker.com/_/golang), this includes the following tools/packages:
- [golang](https://golang.org/)
- [groovy](http://groovy-lang.org/)
- [git](https://git-scm.com/)
- [hub](https://github.com/github/hub)
- [vi](https://www.vim.org/)
- [golang plugin](https://github.com/fatih/vim-go)
- [buffer switcher](https://github.com/manniwood/vim-buf)
- [groovy syntax highlighting](https://github.com/vim-scripts/groovy.vim)
- [gcloud](https://cloud.google.com/sdk/gcloud/)
- [helm](https://helm.sh/)
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [jx](https://github.com/jenkins-x/jx)
- [dep](https://github.com/golang/dep)
- [ko](https://github.com/google/go-containerregistry/tree/master/cmd/ko)
- [delve](https://github.com/go-delve/delve)
- [pre-commit](https://pre-commit.com/)
#### IDE
- [GoLand](docs/goland.md)## support
The dev-env has only been verified on **MacOS**. It should _execute_ on other operating systems capable of running docker containers, but you may encounter issues.## prerequisites
You'll need [Docker](https://www.docker.com/) to use the dev-env, see [Docker for MacOS](https://hub.docker.com/editions/community/docker-ce-desktop-mac).## run
### TMUX
To execute the dev-env, perform the following:
```
$ git clone https://github.com/jenkins-x/dev-env
$ cd dev-env
$ ./dev-env
```
### NO TMUX
```
$ git clone https://github.com/jenkins-x/dev-env
$ cd dev-env
$ ./dev-env no-tmux
```## tmux
This environment uses tmux to manage its window sessions. The environment is configured with the configuration from [here](https://github.com/gpakosz/.tmux), so a big thank you to [Gregory Pakosz](https://github.com/gpakosz) for the tmux configuration). The tmux key bindings can be found [here](https://github.com/gpakosz/.tmux#bindings), with the exception of the **horizontal split** _below_ (overridden within the environments `.tmux.conf.local` file):
- ` \` splits the current pane horizontally