@@ -18,11 +18,9 @@ know how to configure a web server or database server.
18
18
Prerequisites
19
19
-------------
20
20
21
- 1. Download and install the latest `Virtualbox `_.
22
-
23
- 2. Download and install the latest `Vagrant `_.
24
-
25
- 3. Install the Symfony Standard Edition as detailed in :doc: `/cookbook/workflow/new_project_git `.
21
+ #. Download and install the latest `VirtualBox `_.
22
+ #. Download and install the latest `Vagrant `_.
23
+ #. Install the Symfony Standard Edition as detailed in :doc: `/cookbook/workflow/new_project_git `.
26
24
27
25
Setup
28
26
-----
@@ -296,11 +294,11 @@ You will be creating a set of files under a new ``vagrant`` directory:
296
294
297
295
$ vagrant up
298
296
299
- A virtual machine is now being prepared in Virtualbox by Vagrant. This process
297
+ A virtual machine is now being prepared in VirtualBox by Vagrant. This process
300
298
will take several minutes to complete on the initial run, so be patient. When
301
299
the process has completed, you can view the Symfony demo site in a browser at:
302
300
303
- http://192.168.33.10/app_dev.php
301
+ http://192.168.33.10/app_dev.php
304
302
305
303
Now you can start developing with Symfony! Any changes made to your Symfony
306
304
project directory will appear in the virtual machine.
@@ -309,7 +307,7 @@ Further Configuration
309
307
---------------------
310
308
311
309
A MySQL database has been created on the Vagrant virtual machine which you can
312
- use. Just update your app/config/parameters.yml file:
310
+ use. Just update your `` app/config/parameters.yml `` file:
313
311
314
312
.. code-block :: yaml
315
313
@@ -372,9 +370,9 @@ And if you want to install again after destroying, execute:
372
370
373
371
$ vagrant up
374
372
375
- Hopefully your new Vagrant configuration will help you develop your Symfony
373
+ Hopefully, your new Vagrant configuration will help you develop your Symfony
376
374
project without having to worry about your local server setup or the setup of
377
375
another developer's machine.
378
376
379
- .. _`Virtualbox ` : https://www.virtualbox.org/wiki/Downloads
377
+ .. _`VirtualBox ` : https://www.virtualbox.org/wiki/Downloads
380
378
.. _`Vagrant` : http://downloads.vagrantup.com/
0 commit comments