Skip to content

terion-name/Vagrant-for-Laravel-with-Nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

My Vagrant install script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.5%
  • PHP 0.5%