/demo-symfony-puphpet

Symfony demo application in virtual machine

README

Ready-made development environment for Symfony demo application. Just clone and vagrant up ^)

It is a good way (I think) to start learning Symfony framework.

Download and install:

Clone this repo:

$ git clone https://github.com/cybd/demo-symfony-puphpet demoApp

Goto demoApp and shoot vagrant up (it will take for a while, take a rest and make cup of coffee):

$ cd demoApp/ && vagrant up

Add line into your host file

192.168.56.101 demo.sf.local

Go to http://demo.sf.local in your browser

DONE!

Windows users

Install NFS Vagrant plugin if you want to use NFS on Windows. Just type in console:

$ vagrant plugin install vagrant-winnfsd

Under the hood

1 CPU, 512 RAM

Ubuntu Trusty 14.04 LTS x64

nginx (demo.sf.local)

NFS shared folder

PHP 5.6 (cli, intl, mcrypt, xdebug, composer)

SQLite

Happy coding!

Created with Love using puPHPet. Tested on Mac and Windows.

Inspired by Evgeniy Snetilov