Skip to content

Build a Symfony 3 instance with Vagrant and Puppet

License

Notifications You must be signed in to change notification settings

rudzboy/SF3-Vagrant

Repository files navigation

Symfony 3.x with Vagrant and Puppet

Getting started

Locally :

 vagrant up

VM :

 vagrant ssh
 cd /var/www/sf3fresh/current
 
# Install depedencies from composer then assets
./phing.sh composer.install
./phing.sh symfony.install-assets-symlink
 
# Create database
mysql -u root -psf3fresh -e "create database sf3fresh;"

Play: https://sf3fresh.local/

Executing Unit tests

The application embeds the PHPUnit testing framework on the development environment.

Follow the Symfony documentation to create your unit test or copy/paste one of the samples into your bundle at tests/<YourName>/<YourBundleName>/.

To run the unit tests:

./phing.sh phpunit.run

About

Build a Symfony 3 instance with Vagrant and Puppet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published