Skip to content

Instantly share code, notes, and snippets.

View Mon-Tea's full-sized avatar

Monti Reinhardt Mon-Tea

  • Berlin
View GitHub Profile
@Mon-Tea
Mon-Tea / gist
Created May 12, 2021 20:36
ddev diagnostic with test_ddev.sh (ddev 1.17.2)
test_ddev.sh
OS Information: Darwin B-MAC-33 19.6.0 Darwin Kernel Version 19.6.0: Tue Nov 10 00:10:30 PST 2020; root:xnu-6153.141.10~1/RELEASE_X86_64 x86_64
DDEV-Local version v1.17.2
architecture amd64
db drud/ddev-dbserver-mariadb-10.3:v1.17.0
dba phpmyadmin:5
ddev-ssh-agent drud/ddev-ssh-agent:v1.17.0
docker 20.10.6
docker-compose 1.29.1
os darwin
@Mon-Tea
Mon-Tea / gist:e5a2a1672ba9cd3efe513055b66981a5
Last active May 12, 2021 20:34
ddev diagnostic with test_ddev.sh (ddev 1.17.1)
$ test_ddev.sh
OS Information: Darwin B-MAC-33 19.6.0 Darwin Kernel Version 19.6.0: Tue Nov 10 00:10:30 PST 2020; root:xnu-6153.141.10~1/RELEASE_X86_64 x86_64
DDEV-Local version v1.17.1
architecture amd64
db drud/ddev-dbserver-mariadb-10.3:v1.17.0
dba phpmyadmin:5
ddev-ssh-agent drud/ddev-ssh-agent:v1.17.0
docker 20.10.6
docker-compose 1.29.1
os darwin
@Mon-Tea
Mon-Tea / valet-plus-destroy
Created November 6, 2018 08:00 — forked from dannygsmith/valet-plus-destroy
Remove valet-plus - reboot required
#!/usr/bin/env bash
#styles
VP_NONE='\033[00m'
VP_RED='\033[01;31m'
VP_GREEN='\033[01;32m'
VP_YELLOW='\033[01;33m'
VP_PURPLE='\033[01;35m'
VP_CYAN='\033[01;36m'
VP_WHITE='\033[01;37m'