Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Ruby Vagrant VM
A Simple VM to start playing with ruby and rails

## Usage
- Install Virtualbox

https://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
```