Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.43 KB

readme.md

File metadata and controls

28 lines (23 loc) · 1.43 KB

NOT MAINTANED




My install Bash script for Vagrant.

Much like Jeffrey Way, Eric Barnes and Josh Manders, this is my version of Jeffrey's Vagrant Setup.

The same as Josh Manders' (with Nginx) but with my editions:

  • Debian (wheezy64)
  • Redis
  • Updated shared folders mount (as of I've experienced problems with permissions with original setup)
  • Private network on IP 33.33.33.33
  • In Vagrantfile set DB creation flag and DBNAME (defaults to true and 'database') to create DB after provision

If establishing of private network causes errors in VirtualBox, run (if on Mac):

sudo /Library/StartupItems/VirtualBox/VirtualBox restart

(see hashicorp/vagrant#2392 (comment))

Thanks goes to the following references: