I installed:
- Docker https://docs.docker.com/docker-for-mac/install/
- Homebrew https://brew.sh/
- DDEV https://ddev.readthedocs.io/en/latest/#installation
- Composer https://getcomposer.org/download/
I installed TYPO3 with:
composer create-project typo3/cms-base-distribution ddevtypo3 ^8
I configured DDEV with:
cd ddevtypo3
ddev config
and hit 3 times Enter for default-values for: project-name, docroot, project-type.
Now (nearly finished) I started DDEV with:
ddev start
Everything works fine: I become my 'Thank you for downloading TYPO3' Installwindow on my local DDEV Server ddevtypo3.ddev.local works.
Now I want to connect with my Coda2 to the Container. If I type ddev ssh
in the Terminal, I come in the DDEV container, but how can I configure Coda2 to use SFTP or SSH to connect to the DDEV.
Somebody can give me the right hint?
Perhaps I have to configure SSH or SFTP for the DDEV.
Edit:
I want to use the SFTP Connection to just for editing files on the Container and SSH to connect with the Coda-Terminal to the Container.