@@ -39,6 +39,9 @@ Windows 7 thru 10|With PowerShell or [git-bash](https://git-for-windows.github.i
39
39
We assume this will work on all these platforms but we have not tested it thoroughly yet so we welcome your bug reports if you have issues with it.
40
40
41
41
## Required Software
42
+
43
+ ###For Mac & Linux Users
44
+
42
45
To run WPLib Box requires the following software be installed:
43
46
44
47
- Install [ VirtualBox] ( https://www.virtualbox.org/ )
@@ -47,8 +50,16 @@ To run WPLib Box requires the following software be installed:
47
50
- Install the [ Vagrant Triggers] ( https://github.com/emyl/vagrant-triggers ) plugin by running ` vagrant plugin install vagrant-triggers `
48
51
- Install [ Composer] ( https://getcomposer.org/download/ )
49
52
53
+ ###For Windows Users
54
+
55
+ - Install everything from the Mac & Linux Users list above
56
+ - Install [ Git] ( https://git-scm.com/downloads ) version 2 or greater.
57
+ - Install [ PHP] ( http://windows.php.net/download ) version 5.6 or greater.
58
+
50
59
##Quickstart
51
- After making sure you have the necessary software, run the following commands:
60
+ After making sure you have the necessary software, run the following commands
61
+
62
+ ###For Mac or Linux users:
52
63
53
64
# cd ~/Sites, or cd into whichever directory you store your website projects in
54
65
cd ~/Sites
@@ -58,6 +69,18 @@ After making sure you have the necessary software, run the following commands:
58
69
vagrant up
59
70
open "http://wplib.box"
60
71
72
+ ###For Windows users:
73
+
74
+ # cd into whichever directory you store your website projects in.
75
+ # For example, your user profile: C:\Users\{current user}\Sites
76
+ c:
77
+ cd %userprofile%\Sites
78
+ git clone https://github.com/wplib/wplib-box.git
79
+ cd wplib-box
80
+ composer install
81
+ vagrant up
82
+ explorer "http://wplib.box"
83
+
61
84
After this you should have a running WPLib Box via Vagrant and VirtualBox and a website loaded at the local ` wplib.box ` domain.
62
85
63
86
##Setting the Domain Name
0 commit comments