https://github.com/titomiguelcosta/vagrantwebdevelopment
Configuration of a Vagrant machine for web development
https://github.com/titomiguelcosta/vagrantwebdevelopment
Last synced: 2 months ago
JSON representation
Configuration of a Vagrant machine for web development
- Host: GitHub
- URL: https://github.com/titomiguelcosta/vagrantwebdevelopment
- Owner: titomiguelcosta
- Created: 2014-01-12T19:03:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T00:05:11.000Z (over 11 years ago)
- Last Synced: 2025-01-29T20:44:14.127Z (4 months ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant Web Development
=======================This vagrant machine serves the purpose of providing an environment for my personal web development.
Pre-requisites
--------------* [VirtualBox 2.*](https://www.virtualbox.org/wiki/Downloads) *Note* that _Vagrant is not compatible with version 3_
* [Vagrant](http://www.vagrantup.com/downloads.html)
* Ruby and RubyGem. Recommend using [rvm](http://rvm.io/)
* [Berkshelf](http://berkshelf.com/)
* [Git](http://git-scm.com/)Setup
-----* Clone the repository: $ git clone https://github.com/titomiguelcosta/VagrantWebDevelopment.git
* Download the chef recipes: $ berks install
* Start the vagrant machine: $ vagrant upAlert
-----In HP laptop, with Mint 16, I was getting an error that hardware virtualization was disabled.
I tried to disable on VirtualBox, go to System > Acceleration > Enable VT-x/AMD-V but no success.
The solution is to enable the virtualization on the BIOS. [Check the video tutorial](http://www.youtube.com/watch?v=lkLnsgghWRw)