Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryannielson/vagrant-rails
A starter Vagrant file for Rails projects.
https://github.com/ryannielson/vagrant-rails
Last synced: 9 days ago
JSON representation
A starter Vagrant file for Rails projects.
- Host: GitHub
- URL: https://github.com/ryannielson/vagrant-rails
- Owner: RyanNielson
- License: mit
- Created: 2013-12-05T00:48:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T15:08:11.000Z (over 10 years ago)
- Last Synced: 2023-03-25T11:19:58.767Z (over 1 year ago)
- Size: 193 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ruby on Rails Vagrant Box
=============A Ruby on Rails Vagrant box with all the software you need to start developing applications.
### Software Included
- Ubuntu 12.04
- Ruby on Rails 4.1.1
- Node.js
- Ruby 2.0.0-p353
- Postgresql
- Redis
- Git### Getting Started
- Install [Virtualbox](https://www.virtualbox.org/wiki/Downloads)
- Install [Vagrant](http://downloads.vagrantup.com/)
- Copy Vagrantfile and Cheffile to your project by downloading or cloning using Git
- Run `gem install librarian-chef`
- Run `librarian-chef install` to use librarian to download the required Chef cookbooks
- Run `vagrant up` to provision your Vagrant box with the included software. This may take a while, but when finished your Ruby on Rails development environment will be ready for use.
- Run `vagrant ssh` to access your Vagrant box### Other Stuff
- The Vagrantfile sets up a Postgres user called `postgres` with the password `password`. Use this information whenever you have to connect to your database.### Contributing
- I encourage any pull requests or issue reports. I'll more than likely accept anything that improves the project.