Skip to content

Commit b2a7243

Browse files
committed
Included some formatting tweaks
1 parent 5c8adcf commit b2a7243

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

cookbook/workflow/vagrant_configuration.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ know how to configure a web server or database server.
1818
Prerequisites
1919
-------------
2020

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`.
2624

2725
Setup
2826
-----
@@ -296,11 +294,11 @@ You will be creating a set of files under a new ``vagrant`` directory:
296294
297295
$ vagrant up
298296
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
300298
will take several minutes to complete on the initial run, so be patient. When
301299
the process has completed, you can view the Symfony demo site in a browser at:
302300

303-
http://192.168.33.10/app_dev.php
301+
http://192.168.33.10/app_dev.php
304302

305303
Now you can start developing with Symfony! Any changes made to your Symfony
306304
project directory will appear in the virtual machine.
@@ -309,7 +307,7 @@ Further Configuration
309307
---------------------
310308

311309
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:
313311

314312
.. code-block:: yaml
315313
@@ -372,9 +370,9 @@ And if you want to install again after destroying, execute:
372370
373371
$ vagrant up
374372
375-
Hopefully your new Vagrant configuration will help you develop your Symfony
373+
Hopefully, your new Vagrant configuration will help you develop your Symfony
376374
project without having to worry about your local server setup or the setup of
377375
another developer's machine.
378376

379-
.. _`Virtualbox`: https://www.virtualbox.org/wiki/Downloads
377+
.. _`VirtualBox`: https://www.virtualbox.org/wiki/Downloads
380378
.. _`Vagrant`: http://downloads.vagrantup.com/

0 commit comments

Comments
 (0)