Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duduribeiro/ruby_vm
A Vagrant Ruby VM
https://github.com/duduribeiro/ruby_vm
Last synced: 27 days ago
JSON representation
A Vagrant Ruby VM
- Host: GitHub
- URL: https://github.com/duduribeiro/ruby_vm
- Owner: duduribeiro
- Created: 2016-12-06T16:42:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T17:53:57.000Z (about 8 years ago)
- Last Synced: 2024-11-11T23:41:55.378Z (3 months ago)
- Language: Ruby
- Size: 453 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby Vagrant VM
A Simple VM to start playing with ruby and rails## Usage
- Install Virtualboxhttps://www.virtualbox.org/
- Install Vagrant
https://www.vagrantup.com/
- Clone the repo
```
$ git clone https://github.com/duduribeiro/ruby_vm.git
```- Start the virtual machine
```
$ vagrant up
```- After, you can access the VM :beers:
```
$ vagrant ssh
```