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
{{ message }}
This repository was archived by the owner on Jan 1, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Create your new ZF2 project:
19
19
20
20
21
21
22
-
### Installation using a tarball with a local composer
22
+
### Installation using a tarball with a local Composer
23
23
24
24
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:
25
25
@@ -36,10 +36,10 @@ If you don't have composer installed globally then another way to create a new Z
36
36
37
37
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).
38
38
39
-
Web Server Setup
39
+
Web server setup
40
40
----------------
41
41
42
-
### PHP CLI Server
42
+
### PHP CLI server
43
43
44
44
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
45
45
directory:
@@ -51,7 +51,7 @@ interfaces.
51
51
52
52
**Note:** The built-in CLI server is *for development only*.
53
53
54
-
### Vagrant Server
54
+
### Vagrant server
55
55
56
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
57
@@ -63,7 +63,7 @@ This project supports a basic [Vagrant](http://docs.vagrantup.com/v2/getting-sta
63
63
64
64
Look in `Vagrantfile` for configuration details.
65
65
66
-
### Apache Setup
66
+
### Apache setup
67
67
68
68
To setup apache, setup a virtual host to point to the public/ directory of the
69
69
project and you should be ready to go! It should look something like below:
@@ -82,7 +82,7 @@ project and you should be ready to go! It should look something like below:
82
82
</Directory>
83
83
</VirtualHost>
84
84
85
-
### Nginx Setup
85
+
### Nginx setup
86
86
87
87
To setup nginx, open your `/path/to/nginx/nginx.conf` and add an
0 commit comments