Vagrant Bash Scripts
- Vagrant
1.5.0+- Use
vagrant -vto check your version
- Use
- Vitualbox or VMWare Fusion
- Laravel project repo
First, Copy the Vagrantfile from this repo.
$ curl -L http://bit.ly/vagrash > Vagrantfile
# or
$ wget -O Vagrantfile http://bit.ly/vagrashThe
bit.lylink will always point to the master branch version of the Vagrantfile.
Second, edit the Vagrantfile and uncomment which scripts you'd like to run. You can uncomment them by removing the # character before the config.vm.provision line.
You can indeed have multiple provisioning scripts when provisioning Vagrant.
Third and finally, run:
$ vagrant up- Ubuntu LTS releases, currently 14.04.*
- Base Items (Git and more!)
- PHP (php-fpm)
- Composer
- Apache
- Mailcatcher
- MySQL
- PostgreSQL
- Beanstalkd
- Supervisord