Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukaszkorecki/ga-box
- Owner: lukaszkorecki
- License: mit
- Created: 2014-09-25T20:50:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T18:05:50.000Z (about 10 years ago)
- Last Synced: 2024-10-24T02:55:44.903Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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