GitHunt
PE

peterlcole/vagrant-symfony

Creates a pre-configured Vagrant environment for Symfony 2.6.x, Apache and MySQL.

Install

curl -L  https://github.com/peterlcole/vagrant-symfony/archive/master.tar.gz | tar zx
mv vagrant-symfony-master <project name>
cd <project name>
vagrant up

Note: Vagrant and VirtualBox are required.

Note: By default traffic on port 8080 is forwarded to the guest machine's port 80 and 8443 to 443. If you are running multiple Vagrant instances based on this project, you will need to edit the Vagrantfile and change the host port.

Use

After running vagrant up, Fire up ye ol' web browser and navigate to http://localhost:8080 or https://localhost:8443. Save your code on the host machine in the project/ directory.

Languages

PHP77.7%Shell10.5%ApacheConf5.5%HTML4.6%CSS0.9%JavaScript0.7%

Contributors

Created May 3, 2016
Updated May 3, 2016
peterlcole/vagrant-symfony | GitHunt