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

Commit 374ecf6

Browse files
author
Daryl Lozupone
committed
Update FAQ and README
1 parent c47b2db commit 374ecf6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# WPLib Box ChangeLog
22

33
## 0.14.0
4+
+ `vagrant up` now configures box using `project.json` file
45
+ Add Memcached as an option
5-
+ Implement CLI commands to switch between Redis and Memcached
6+
+ Add CLI commands to switch between Redis and Memcached
67
+ Implement PHP5.6 and PHP7.0 as Docker containers
78
+ Add shortcut command to switch to PHP7.1
8-
+ Implement ability to configure box using box.json file
9-
+ Fix bug in Nginx MailHog virtualhost configuration
9+
+ Fix bug in Nginx MailHog virtual host configuration
10+
+ Fix issue where `jq` was not latest version
11+
+ Add `realpath` package
1012

1113
## 0.13.0
1214
+ Implement MySQL as a Docker container

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,14 +423,14 @@ For example, to switch from Nginx to Apache:
423423
+ Conversely, you can `box nginx` to switch from Apache to Nginx.
424424

425425
<a id="database"></a>
426-
### How do I swtich from MySQL to MariaDB (or vice versa)?
426+
### How do I switch from MySQL to MariaDB (or vice versa)?
427427
The box runs MySQL as the default database, however MariaDB is available. To configure the box to use
428428
MariaDB instead, use the `box` command _(which will dump the contents of
429429
the current database and import into the new database)_:
430430

431431
+ Log in to the box using `vagrant ssh` on your host machine.
432432
+ Enter the following command: `box mariadb` to use MariaDB.
433-
+ Conversely, you can `box mysql' to switch from MariaDB to MySQL.
433+
+ Conversely, you can `box mysql` to switch from MariaDB to MySQL.
434434

435435
<a id="logs"></a>
436436
### How do I see the logs for Docker container Foo?

0 commit comments

Comments
 (0)