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
- Host: GitHub
- URL: https://github.com/noherczeg/vagrant-dev-box
- Owner: noherczeg
- Created: 2021-01-23T00:18:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T01:21:13.000Z (over 4 years ago)
- Last Synced: 2025-02-01T16:48:45.282Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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