Skip to content

Instantly share code, notes, and snippets.

@mimimalizam
mimimalizam / vagrant-vmware-tech-preview-apple-m1-pro.md
Created January 12, 2022 19:21 — forked from sbailliez/vagrant-vmware-tech-preview-apple-m1-pro.md
Vagrant and VMWare Tech Preview on Apple M1 Pro

Vagrant and VMWare Tech Preview on Apple M1 Pro

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

Installing Rosetta

First install Rosetta if not already done, this is needed to run x86 code:

@mimimalizam
mimimalizam / SemaphoreCI-PHPUnit-Codeception-Laravel5.3.txt
Created October 25, 2016 15:37 — forked from nateritter/SemaphoreCI-PHPUnit-Codeception-Laravel5.3.txt
SemaphoreCI setup for Laravel 5.3 + PHPUnit (unit, integration, API functional) + Codeception (acceptance) tests
/**
* 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