Skip to content

Instantly share code, notes, and snippets.

@marcoscano
Created September 2, 2021 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcoscano/60bb920bd10674a9166a86b1254df1a9 to your computer and use it in GitHub Desktop.
Save marcoscano/60bb920bd10674a9166a86b1254df1a9 to your computer and use it in GitHub Desktop.
$ bash test_ddev.sh
OS Information: Darwin Marcoss-iMac-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
ITEM VALUE
DDEV version v1.18.0-rc1
architecture amd64
db drud/ddev-dbserver-mariadb-10.3:20210729_cspitzlay_mysql_history
dba phpmyadmin:5
ddev-ssh-agent drud/ddev-ssh-agent:v1.17.0
docker 20.10.8
docker-compose 1.29.2
mutagen 0.12.0-beta5
os darwin
router drud/ddev-router:v1.17.6
web drud/ddev-webserver:20210823_bump_upstream_webserver
docker location: lrwxr-xr-x 1 root staff 54 Aug 5 2019 /usr/local/bin/docker -> /Applications/Docker.app/Contents/Resources/bin/docker
Docker Desktop Version: Docker Desktop for Mac 3.6.0 build 67351
======= Mutagen Info =========
Mutagen is installed in ddev, version=0.12.0-beta4
--------------------------------------------------------------------------------
Name: foobar
Identifier: sync_UbL3QIm73CzFnoGhHtrRcN8VoA63skcYnJDOQGSwqnA
Labels: None
Alpha:
URL: /Users/marcoscano/Sites/foobar
Connection state: Connected
Beta:
URL: docker://d1290366cec134476ae71795f01e6ec6dac9736ff752385c7249fcb071493e17/var/www/html
Connection state: Connected
Status: Scanning files
--------------------------------------------------------------------------------
mutagen is running on this system:
501 987 1 0 Mon10AM ?? 19:43.80 mutagen daemon run
501 98086 987 0 10:22AM ?? 0:00.09 /usr/local/bin/docker exec --interactive --workdir /home/marcoscano d1290366cec134476ae71795f01e6ec6dac9736ff752385c7249fcb071493e17 .mutagen/agents/0.12.0-beta4/mutagen-agent synchronizer
501 98089 98086 0 10:22AM ?? 0:00.08 /usr/local/bin/com.docker.cli exec --interactive --workdir /home/marcoscano d1290366cec134476ae71795f01e6ec6dac9736ff752385c7249fcb071493e17 .mutagen/agents/0.12.0-beta4/mutagen-agent synchronizer
501 98288 98274 0 10:26AM ttys005 0:00.00 grep mutagen
======= Docker Info =========
Docker disk space:
Filesystem Size Used Available Use% Mounted on
overlay 220.2G 59.5G 149.5G 28% /
Removed any existing custom TLS certificates
Stopping ddev-foobar-dba ...
Stopping ddev-foobar-web ...
Stopping ddev-foobar-db ...
Stopping ddev-foobar-web ... done
Stopping ddev-foobar-dba ... done
Stopping ddev-foobar-db ... done
Removing container: ddev-foobar-dba
Removing container: ddev-foobar-web
Removing container: ddev-foobar-db
Project foobar has been stopped.
The ddev-ssh-agent container has been removed. When you start it again you will have to use 'ddev auth ssh' to provide key authentication again.
Existing docker containers:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Creating a new ddev project config in the current directory (/Users/marcoscano/tmp/tryddevproject-100)
Once completed, your configuration will be written to /Users/marcoscano/tmp/tryddevproject-100/.ddev/config.yaml
Found a php codebase at /Users/marcoscano/tmp/tryddevproject-100
Project type has no settings paths configured, so not creating settings file.
Configuration complete. You may now run 'ddev start'.
Starting tryddevproject-100...
Building ddev-ssh-agent
Creating ddev-ssh-agent ...
Creating ddev-ssh-agent ... done
ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys.
Pushed mkcert rootca certs to ddev-global-cache/mkcert
Creating volume "ddev-tryddevproject-100_nfsmount" with local driver
Creating volume "tryddevproject-100_project_mutagen" with default driver
Building db
Building web
Creating ddev-tryddevproject-100-db ...
Creating ddev-tryddevproject-100-db ... done
Creating ddev-tryddevproject-100-dba ...
Creating ddev-tryddevproject-100-web ...
Creating ddev-tryddevproject-100-dba ... done
Creating ddev-tryddevproject-100-web ... done
Starting mutagen sync process... This can take some time.
Status: Applying changes
Status: Saving archive
Status: Watching for changes
Status: Scanning files
Status: Reconciling changes
Status: Saving archive
Status: Watching for changes
Status: Scanning files
Status: Reconciling changes
Status: Saving archive
Status: Watching for changes
Status: Scanning files
Status: Reconciling changes
Status: Saving archive
Mutagen sync flush completed in 3s.
For details on sync status 'ddev mutagen status tryddevproject-100 --verbose'
Creating ddev-router ...
Creating ddev-router ... done
Status: Watching for changes
Project type has no settings paths configured, so not creating settings file.
Project type has no settings paths configured, so not creating settings file.
Successfully started tryddevproject-100
Project can be reached at https://tryddevproject-100.ddev.site https://127.0.0.1:50840
Thanks for running the diagnostic. It was successful.
Please provide the output of this script in a new gist at gist.github.com
Running ddev launch in 5 seconds
Please delete this project after debugging with 'ddev delete -Oy tryddevproject-100'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment