https://github.com/cored/rom-vagrant
Ruby Object Mapper - vagrant vm setup with environment prepared for ROM development
https://github.com/cored/rom-vagrant
Last synced: about 1 month ago
JSON representation
Ruby Object Mapper - vagrant vm setup with environment prepared for ROM development
- Host: GitHub
- URL: https://github.com/cored/rom-vagrant
- Owner: cored
- Created: 2013-07-23T12:55:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-23T14:47:28.000Z (about 13 years ago)
- Last Synced: 2025-02-21T12:35:09.374Z (over 1 year ago)
- Language: Ruby
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
- Install vagrant
- Import Ubuntu 12.04 box
```
vagrant box add ubuntu-12.04 https://s3-us-west-2.amazonaws.com/squishy.vagrant-boxes/precise64_squishy_2013-02-09.box
```
- Start the vm and open an ssh session
```
cd /path/to/rom-vagrant
vagrant up
vagrant ssh
```
## Setup
```
export ROM_ROOT="/path/to/clones/of/rom/projects"
export ROM_VAGRANT_BOX="ubuntu-12.04"
# optional
export ROM_DOTFILES="path/to/your/dotfiles"
```