Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 1bc5245

Browse files
committed
Merge branch 'jeremiahsmall-documentation/readme'
2 parents cbec235 + d119e78 commit 1bc5245

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create your new ZF2 project:
1919

2020

2121

22-
### Installation using a tarball with a local composer
22+
### Installation using a tarball with a local Composer
2323

2424
If you don't have composer installed globally then another way to create a new ZF2 project is to download the tarball and install it:
2525

@@ -36,20 +36,10 @@ If you don't have composer installed globally then another way to create a new Z
3636

3737
If you don't have access to curl, then install Composer into your project as per the [documentation](https://getcomposer.org/doc/00-intro.md).
3838

39-
### Installing using Vagrant
40-
41-
This project support a basic [Vagrant](http://docs.vagrantup.com/v2/getting-started/index.html) configuration to provide with a bash script your Skeleton Application into the VirtualBox VM.
42-
43-
1. Run vagrant up command
44-
45-
vagrant up
46-
47-
2. Visit [http://localhost:8085](http://localhost:8085) in your browser
48-
49-
Web Server Setup
39+
Web server setup
5040
----------------
5141

52-
### PHP CLI Server
42+
### PHP CLI server
5343

5444
The simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root
5545
directory:
@@ -61,7 +51,19 @@ interfaces.
6151

6252
**Note:** The built-in CLI server is *for development only*.
6353

64-
### Apache Setup
54+
### Vagrant server
55+
56+
This project supports a basic [Vagrant](http://docs.vagrantup.com/v2/getting-started/index.html) configuration with an inline shell provisioner to run the Skeleton Application in a [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
57+
58+
1. Run vagrant up command
59+
60+
vagrant up
61+
62+
2. Visit [http://localhost:8085](http://localhost:8085) in your browser
63+
64+
Look in `Vagrantfile` for configuration details.
65+
66+
### Apache setup
6567

6668
To setup apache, setup a virtual host to point to the public/ directory of the
6769
project and you should be ready to go! It should look something like below:
@@ -80,7 +82,7 @@ project and you should be ready to go! It should look something like below:
8082
</Directory>
8183
</VirtualHost>
8284

83-
### Nginx Setup
85+
### Nginx setup
8486

8587
To setup nginx, open your `/path/to/nginx/nginx.conf` and add an
8688
[include directive](http://nginx.org/en/docs/ngx_core_module.html#include) below

0 commit comments

Comments
 (0)