This document summarizes notes taken while to make the VMWare Tech preview work on Apple M1 Pro, it originated from discussions in hashicorp/vagrant-vmware-desktop#22
First install Rosetta if not already done, this is needed to run x86 code:
This document summarizes notes taken while to make the VMWare Tech preview work on Apple M1 Pro, it originated from discussions in hashicorp/vagrant-vmware-desktop#22
First install Rosetta if not already done, this is needed to run x86 code:
| /** | |
| * NOTE: Earlier versions of this file used `php artisan serve`. | |
| * However, Codeception and/or PhantomJS is not too fond of | |
| * running that way for some reason. I ended up switching | |
| * to Apache since that's what worked for all our devs | |
| * locally. This script now includes how to get that | |
| * setup properly. Please enjoy this responsibly. | |
| * | |
| * Assumptions: | |
| * Using site5/phantoman to run phantomjs as the headless browser |