Skip to content

rojoangel/symfony2-blog-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony2 Blog Sample

Before you start

Initialise and update Git submodules: git submodule init && git submodule update. Otherwise Puppet will complain about Invalid resource type.

What to do

  1. Make sure you have Vagrant and VirtualBox installed
  2. Open a terminal inside the checked out repository
  3. Run vagrant up and wait until it finished
  4. Point your browser at http://localhost:8090/app_dev.php/blogger_blog/ and see Symfony2's Blog Sample
  5. Change some code and see the changes reflected