This repository was archived by the owner on Jan 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)?
427427The box runs MySQL as the default database, however MariaDB is available. To configure the box to use
428428MariaDB instead, use the ` box ` command _ (which will dump the contents of
429429the 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?
You can’t perform that action at this time.
0 commit comments