An open API service indexing awesome lists of open source software.

https://github.com/noherczeg/vagrant-dev-box

Playing around with a dev box for myself
https://github.com/noherczeg/vagrant-dev-box

Last synced: 2 months ago
JSON representation

Playing around with a dev box for myself

Awesome Lists containing this project

README

        

# Vagrant DEV Box

## Getting started

### SSH Keys
- Place `id_rsa` and `id_rsa.pub` files into the `provision/.ssh` folder.
- Keys will be copied, and chowned + chmod-ed for the Box's user to prevent all possible issues which could occur if host is different platform.

## Run
```
vagrant up
```

## Changing provision contents
```
vagrant provision
```

## Contents
- GUI: Ubuntu Desktop
- VSCode: telemetry turned off
- Docker
- Terraform
- Ansible
- NVM: With Node `v14.15.4` installed by `default`
- IDEA Ultimate
- OpenJDK 11: `v11.0.10+9`
- Maven: `v3.6.3`
- Chromium Browser: with env var `CHROME_BIN` exported for frontend testing frameworks

## Forwarded ports (to host)
- 8080
- 8000
- 3000