From 821aaf2ac203fcbb30b99cc0bd9000a774c217b9 Mon Sep 17 00:00:00 2001 From: Sergey Storchay Date: Wed, 25 Mar 2015 08:18:05 +0200 Subject: [PATCH 1/3] Fix typo in Vagrant file --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 0d019f33..b2bd20ff 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -43,7 +43,7 @@ Vagrant.configure("2") do |config| vb.customize ["modifyvm", :id, "--cpus", "1"] end - # Enable provisioning with chef solo, specifying a cookbooks path, roles + # Enable provisioning with chef zero, specifying a cookbooks path, roles # path, and data_bags path (all relative to this Vagrantfile), and adding # some recipes and/or roles. config.vm.provision :chef_zero do |chef| From 26bbc71b3b54338b73e300c3308c4f7e98d798ce Mon Sep 17 00:00:00 2001 From: Sergey Storchay Date: Wed, 25 Mar 2015 08:43:21 +0200 Subject: [PATCH 2/3] Add min version requirement for Vagrant, close #115 --- README.md | 7 +++++++ Vagrantfile | 2 ++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 561bb08f..a532febc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Vagrant LAMP My default LAMP development stack configuration for Vagrant. +Requrements +----------- + +* Virtualbox +* Vagrant >= 1.7.0 +* vagrant-omnibus plugin + Installation: ------------- diff --git a/Vagrantfile b/Vagrantfile index b2bd20ff..fac9569f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,8 @@ # -*- mode: ruby -*- # vi: set ft=ruby : +Vagrant.require_version ">= 1.7.0" + Vagrant.configure("2") do |config| # All Vagrant configuration is done here. The most common configuration # options are documented and commented below. For a complete reference, From 32cc57dd217ae835283d3a268fa83d24aaf0d989 Mon Sep 17 00:00:00 2001 From: Sergey Storchay Date: Wed, 25 Mar 2015 08:45:34 +0200 Subject: [PATCH 3/3] Update MailHog url in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a532febc..51ae708e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Installed software: * zsh * git, subversion * mc, vim, screen, tmux, curl -* [MailHog](https://github.com/mailhog/) +* [MailHog](http://github.com/mailhog/MailHog) * [Composer](http://getcomposer.org/) * Phing * Wordpress utils: @@ -112,7 +112,7 @@ happens to serve webgrind. ### MailHog -ll emails sent via local mail transport are intercepted by MailHog. So normally no email would be delivered outside of the virtual machine. Instead you can check messages using web frontend for MailHog, which is running on port 8025 and also available on every domain: +ll emails sent via local mail transport are intercepted by [MailHog](http://github.com/mailhog/MailHog). So normally no email would be delivered outside of the virtual machine. Instead you can check messages using web frontend for MailHog, which is running on port 8025 and also available on every domain: http://local.dev:8025