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 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: FAQ.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ If you cannot create a `scripts/` directory in the same directory as your `Vagra
99
99
`wplib-scripts/`— and then search for `scripts/` in your `Vagrantfile` and replace it with whatever you named your directory, e.g.
100
100
with `wplib-scripts/` as in our example.
101
101
102
+
<<<<<<< HEAD
102
103
<aid="existing-projects"></a>
103
104
### How do I Configure Composer to Work with WPLib Box?
104
105
Configure `composer.json` however you like; WPLib Box is agnostic with respect to Composer.
@@ -118,11 +119,17 @@ This can be accomplished by connecting to the guest machine via ssh:
118
119
Change the pertinent line. Press `CTRL-X` to exit the program. When prompted to save the buffer, press `ENTER`. The filename will appear. Press `ENTER` again. Then enter the command `sudo service nginx restart`.
119
120
Visit [http://wplib.box/phpinfo.php](http://wplib.box/phpinfo.php) (or whatever domain name you have configured for the box) to verify.
120
121
122
+
## How do I share my work with the outside world?
123
+
124
+
The box image has [localtunnel.me](https://localtunnel.me) pre-installed in the box. You can simply `ssh` into the guest and run: `lt --port 80`.
125
+
This will provide you with a URL to share the local site until you exit the command by either terminating the program or shutting down the machine.
126
+
127
+
You can also use [Vagrant Share](https://www.vagrantup.com/docs/share).
128
+
121
129
##Glossary
122
130
<aid="glossary"></a>
123
131
124
132
###What Do All These Terms Mean?
125
-
=======
126
133
127
134
The following are terms we have decide to use in our FAQ and in other documents. If any of these terms conflict with broader industry terms please submit a pull request with any suggested corrects.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,15 @@ We think that once you try WPLib Box you will agree that we have succeeded. Wan
20
20
21
21
Service/Software|Version
22
22
-------|----------
23
-
PHP-FPM|5.6.20 && 7.0
23
+
PHP/PHP-FPM|5.6.20 & 7.0
24
24
MySQL|5.5
25
25
nginx|1.4
26
26
XDEBUG|2.3.3
27
27
Redis|2.8.4
28
28
WP CLI|0.23.0
29
+
Nodejs|
30
+
Gearman
31
+
localtunnel.me
29
32
30
33
## Supported Host/Development Computers
31
34
This box was developed using Mac OS/X and tested using Linux and Windows with [git-bash](https://git-for-windows.github.io/). Thus we believe it currently works with:
@@ -176,6 +179,10 @@ Password | `vagrant`
176
179
177
180
Instructions to come...
178
181
182
+
## Internet Sharing
183
+
184
+
Internet sharing is implemented with [localtunnel.me](https://localtunnel.me), which is pre-installed in the box image.
0 commit comments