This repository was archived by the owner on Jan 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ title: Quick Start
2+ # WPLib Box Quick Start
3+
4+ 1 . [ ==Download==] ( /download/ ) the latest WPLib Box.
5+
6+ 2 . Download and install ==[ ** VirtualBox** ] ( https://www.virtualbox.org/wiki/Downloads ) == and
7+ then ==[ ** Vagrant** ] ( https://www.vagrantup.com/downloads.html ) ==<br >
8+ _ (in the near future WPLib Box will not require Vagrant.)_
9+
10+ 3 . ==Unzip== WPLib Box into a new project directory,<br >e.g. ` ~/Sites/example.local ` or
11+ ` C:\Sites\example.local `
12+
13+ 4 . ==Open== a [ terminal/command prompt] ( /docs/tutorials/terminal.md ) <br >
14+ _ (in the near future WPLib Box won't require you to use the command line.)_
15+
16+ 5 . ==Change== to your project directory, i.e.
17+
18+ ** MacOS or Linux**
19+
20+ cd ~ /Sites/example.local
21+
22+ ** Windows**
23+
24+ cd C:\Sites\example.local
25+
26+ 6 . ==Type== the following command:
27+
28+ vagrant up
29+
30+ 7 . ==Enter the password== for your Mac, Windows or Linux [ host computer] ( /glossary#host-machine ) <br >
31+ _ (or skip this step and [ manually add entries] ( /docs/tutorials/host-entries.md ) for ` wplib.box ` to ` /etc/hosts ` )_
32+
33+
34+ 8 . ==Visit== ` http://wplib.box ` in your browser.
35+
36+ 9 . ==[ Join our Slack] ( https://launchpad.com/wplib ) == to ask any questions you may have!
37+
38+ 10 . That's it, you are ==now experiencing WPLib Box. :-)==
You can’t perform that action at this time.
0 commit comments