Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrysahaidak/rails_vagrant
Vagrant file for rails developers (with chef)
https://github.com/terrysahaidak/rails_vagrant
Last synced: about 2 months ago
JSON representation
Vagrant file for rails developers (with chef)
- Host: GitHub
- URL: https://github.com/terrysahaidak/rails_vagrant
- Owner: terrysahaidak
- Created: 2015-07-08T22:19:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T18:30:55.000Z (over 9 years ago)
- Last Synced: 2023-03-02T20:05:47.232Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base Vagrantfile for Rails developers with Chef
This vagrantfile will setup for you Ubuntu 14.04 virtual machine with VirtualBox and will provise it with Chef.
### Provision include:
- apt-get update;
- build-essential (C compiler);
- ruby_build;
- nodejs;
- git;
- vim;
- rmv;
- zsh;
- oh-my-zsh.