shift-org/shift-docs

Fix any issues with local dev environment on Apple Silicon Macs

Closed this issue · 3 comments

Last time I tried setting up my local dev environment from scratch on an Apple Silicon Mac, I ran into some Docker issues. This was before we nuked the PHP images, so first, re-test with the new setup; if that still fails, document the issues and fix them.

My m2 is on the way! :)

@ionous figured out that as long as MySQL is running v8, local dev on Apple Silicon should now work; I confirmed as well. (He tested MySQL 8.0 and I tested 8.4; both seem to work based on initial testing.) See #583 for migrating to MySQL v8.

Also, while there is a warning that Hugo doesn't match the architecture, it seems to work properly anyway. See #595 for upgrading to a newer version of Hugo.

Fixed with latest Hugo and latest MySQL updates:
#761
#765