Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukaszkorecki/ga-box

Base Ruby and Rails development VM
https://github.com/lukaszkorecki/ga-box

Last synced: 21 days ago
JSON representation

Base Ruby and Rails development VM

Awesome Lists containing this project

README

        

# ga-box

## Setup

### Required software

1. Install [git](http://git-scm.org)
2. Install [VirtualBox](https://www.virtualbox.org/)
3. Install [Vagrant](http://vagrantup.com)

### VM setup

1. Clone this repository:
`git clone https://github.com/lukaszkorecki/ga-box.git`

2. `vagrant up`
3. That's it!

## Usage

1. Mount VM file system with `nfs`
- NFS url to use is `nfs://192.168.33.10/home/vagrant`
2. `vagrant ssh` to access the machine and run commands on it

## Something wrong?

Always ask questions!

## What's inside?

- Ubuntu 14.04
- Ruby 2.1
- bundler
- rake
- rails
- git

## License

MIT
(c) Łukasz Korecki