- set a new
127.0.0.1 symfony.dev.nxs
host-entry - run
docker-compose up -d
in project root - setup the ssh connection
- upload the
symfony4
folder to/var/www/
- go to
/var/www/
and create symlinkln -s symfony4/public symfony
- ssh into the container and run
composer install
in/var/www/symfony4/
all files will be compiled after composer install
has been executed.
If you want the rebuild the frontend files manually just run yarn run encore dev
in the project root
MYSQL
Docker-User Host: 127.0.0.1 (Docker-Host) Port: 3336 User: docker Pass: docker
SSH
Docker-User Host: 127.0.0.1 (Docker-Host) Port: 2222 User: docker Pass: docker