-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from the-events-calendar/M1-mac-notes
M1 Mac Issue Workaround
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# M1 Mac `tric` Setup | ||
|
||
## Prerequisites | ||
|
||
1. Docker Desktop For Mac should be installed and running. | ||
|
||
2. Docker Experimental Features should be disabled [See Screenshot](https://drive.google.com/file/d/1ccghYtRqw2mqKUHNHKbC5Y7XjPBQoXz1/view?usp=sharing) | ||
|
||
## The Issue | ||
|
||
The experimental features on Docker for Mac create some permission-related bugs that will hit the tric container. | ||
|
||
## Workaround | ||
|
||
Download wp core WordPress in the tric/_wordpress directory manually using WP-CLI to have the file modes set up correctly then run tric to confirm the updates work as expected. |