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

https://github.com/cored/cs169

VM for the SaaS class
https://github.com/cored/cs169

Last synced: about 1 month ago
JSON representation

VM for the SaaS class

Awesome Lists containing this project

README

          

## CS169 - VM for SaaS class from [Berkley](https://www.edx.org/school/uc%20berkeleyx/allcourses)

### Usage
1. Install git
2. Install vagrant and virtual box on your machine
3. git clone git://github.com/cored/cs1691x.git
4. cd to the directory where you clone the repository
5. vagrant up (You are all set)
6. The directory name for sharing will be /home//host_share (If you want to change it, create a vagrant_setup.rb file in your home directory; there
is an example in the repo - Thanks to David Kerber)

### What's included in this image
1. RVM - Ruby 1.9.
2. Git

### Contributions
Fork the repo and send a pull request

### Inspiration
[Vagrant Example from David Kerber](https://github.com/davekerber/vagrant-example)