Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davydany/dev-vm
My Development VM with GUI, running on CentOS 7.1
https://github.com/davydany/dev-vm
bento bentobox centos development epel rhel vm
Last synced: about 1 month ago
JSON representation
My Development VM with GUI, running on CentOS 7.1
- Host: GitHub
- URL: https://github.com/davydany/dev-vm
- Owner: davydany
- Created: 2017-07-24T14:49:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T20:26:27.000Z (over 7 years ago)
- Last Synced: 2024-12-25T02:42:15.699Z (about 2 months ago)
- Topics: bento, bentobox, centos, development, epel, rhel, vm
- Language: Shell
- Homepage:
- Size: 7.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# David's Development VM
Uses BentoBox's CentOS 7.1, and sets up a GUI to do work on
## Setup
```
git clone https://github.com/davydany/dev-vm.git
cd dev-vm;
vagrant up
```## User Credentials
You can login to your system with the following credentials:
```
Username: vagrant
Password: vagrant
```## Caveats
- When the system is done installing, it will actually hang. You will need to press `[CTRL]+[C]` to break the provisioning process. Then run `vagrant reload` and you should be able to get in.
- You will need to install VirtualBox's Guest Tools manually.