[gelöst] root" Verzeichnis und "core" Verzeichnis?
am 26.06.2021 - 11:13 Uhr in
Hallo,
was ist das "root" Verzeichnis und was das "core" Verzeichnis?
Download contributed modules and themes using Composer
To download contributed Drupal modules or themes with composer:
Run composer require drupal/
For example: composer require drupal/token
This needs to be executed at the root of your Drupal install but not at the same level as the core directory.
https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies
In meinem web Verzeichnis ist aber das "core" Verzeichnis.
Bsp.: Wo soll man
composer require drupal/wunsch_modul
aufrufen?
In drupal9 oder web
/var/www/drupal.meinedomain.de/drupal9
oder
/var/www/drupal.meinedomain.de/drupal9/web
Man sagt: root of install is where index.php is.
Das wäre hier in web:
/var/www/drupal.meinedomain.de/drupal9/web
Aber in web will composer z.B., dass man ins drupal9 Verzeichnis geht :
/var/www/drupal.meinedomain.de/drupal9/web$ composer show drupal/core-recommended
No composer.json in current directory, do you want to use the one at /var/www/drupal.meinedomain.de/drupal9? [Y,n]?
Wie heißt welches Verzeichnis offiziell und wo muss man was installieren/updaten?
Danke
- Anmelden oder Registrieren um Kommentare zu schreiben
Das root-Verzeichnis der
am 26.06.2021 - 11:25 Uhr
Das root-Verzeichnis der Installation heißt bei Dir drupal9. Bitte nicht verwechseln mit dem DocumentRoot für den Apache Webserver. Das ist das Verzeichnis, indem der index.php liegt und das ist bei Dir drupal9/web. Alle Arbeiten mit composer werden also in drupl9 ausgeführt oder auch alle Arbeiten mit drush. drush ist aber clever genug um auch im web-Verseichnis richtig zu arbeiten.
.
Werner
drupal-training.de
Moderator und Drupal Trainer
* - - - - - - - - - - - - - - - - - - - - - - - - - - - *
Danke!
am 26.06.2021 - 12:32 Uhr
Danke!
Drupal 9.x, Ubuntu