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

Commit 900fc6c

Browse files
authored
Merge pull request #100 from royatl/master
Filled out Windows sections
2 parents 02db207 + 32b3e86 commit 900fc6c

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Windows 7 thru 10|With PowerShell or [git-bash](https://git-for-windows.github.i
3939
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.
4040

4141
## Required Software
42+
43+
###For Mac & Linux Users
44+
4245
To run WPLib Box requires the following software be installed:
4346

4447
- Install [VirtualBox](https://www.virtualbox.org/)
@@ -47,8 +50,16 @@ To run WPLib Box requires the following software be installed:
4750
- Install the [Vagrant Triggers](https://github.com/emyl/vagrant-triggers) plugin by running `vagrant plugin install vagrant-triggers`
4851
- Install [Composer](https://getcomposer.org/download/)
4952

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+
5059
##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:
5263

5364
# cd ~/Sites, or cd into whichever directory you store your website projects in
5465
cd ~/Sites
@@ -58,6 +69,18 @@ After making sure you have the necessary software, run the following commands:
5869
vagrant up
5970
open "http://wplib.box"
6071

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+
6184
After this you should have a running WPLib Box via Vagrant and VirtualBox and a website loaded at the local `wplib.box` domain.
6285

6386
##Setting the Domain Name

0 commit comments

Comments
 (0)