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
- Host: GitHub
- URL: https://github.com/cored/cs169
- Owner: cored
- Created: 2013-07-09T11:23:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T12:04:40.000Z (about 13 years ago)
- Last Synced: 2025-02-21T12:35:08.156Z (over 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)