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
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,6 @@ 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
-
### 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
39
Web Server Setup
50
40
----------------
51
41
@@ -61,6 +51,18 @@ interfaces.
61
51
62
52
**Note:** The built-in CLI server is *for development only*.
63
53
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
+
64
66
### Apache Setup
65
67
66
68
To setup apache, setup a virtual host to point to the public/ directory of the
0 commit comments