You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Installation
9
9
* Clone this repository
10
10
* Run ```vagrant init precise64``` for a single time (use choosen box name) inside the cloned repository
11
11
* After running ```vagrant up``` the box is set up using Puppet
12
-
* You should now have your working nginx pointing to the www directory as document root under http://localhost:9090/ (showing phpinfo() ouput actually)
12
+
* You should now have your working Symfony2 Standard Edition under http://localhost:9090/app_dev.php
13
13
14
14
Installed components
15
15
--------------------
@@ -20,6 +20,7 @@ Installed components
20
20
*[pear](http://pear.php.net/)
21
21
*[Node.js](http://nodejs.org/)
22
22
*[npm](http://npmjs.org/)
23
+
*[Symfony2 Standard Edition](https://github.com/symfony/symfony-standard)
0 commit comments