Drupal Consoleを使ったDrupalのインストール
環境
- centos7
- apache 2.4.6
- php 7.3.10
- mysql5.7.28
準備
-
composerとgitをインストールする(無いとdrupal site:new実行時にエラーが出る)
-
composer
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"php -r "if (hash_file('sha384', 'compo
-