You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Daniel f9efaf7cc2 initial with ddev пре 2 година
.ddev initial with ddev пре 2 година
bin initial with ddev пре 2 година
config initial with ddev пре 2 година
migrations initial with ddev пре 2 година
public initial with ddev пре 2 година
src initial with ddev пре 2 година
templates initial with ddev пре 2 година
tests initial with ddev пре 2 година
translations initial with ddev пре 2 година
.env initial with ddev пре 2 година
.env.test initial with ddev пре 2 година
.gitignore initial with ddev пре 2 година
README.md initial with ddev пре 2 година
composer.json initial with ddev пре 2 година
composer.lock initial with ddev пре 2 година
phpunit.xml.dist initial with ddev пре 2 година
symfony.lock initial with ddev пре 2 година

README.md

matsen-tool-be

Installation:

gehe ins root Verzeichnis des Projekts und für aus: ddev config

gehe den Installationsprozess durch

starte danach ddev mit: ddev start

projekt installieren: ddev composer install

Troubleshooting:

Unable to listen on required ports, port 443 is already in use
-> setze andere Ports in .ddev/config.yaml z.B.
router_http_port: 8080
router_https_port: 8443

PHPMyAdmin installieren:

ddev get ddev/ddev-phpmyadmin

ddev restart

Symfony Konsolenbefehle mit Ddev ausführen, z.B.:

ddev exec php bin/console make:migration

Ddev Commands:

ddev describe - zeigt Urls und installierte Komponenten