1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Drupal 9 を試してみた

Last updated at Posted at 2020-05-26

Drupal 9 のリリース(2020年6月3日)が迫ってきたので使ってみようとddev使ってやったので忘備録。

手順は

  1. Docker desktopのインストール
  2. DDEVのインストール
  3. Drupalのインストール

システム要件
https://ddev.readthedocs.io/en/stable/
 Windowsでも Mac, LinuxでもDockerが動作すれば大丈夫のようです。

なのでまずは

1. Docker desktopのインストール

(Docker だけではなくDocker compose も必要。Docker DesktopいれるとComposeも入るようです)
https://www.docker.com/products/docker-desktop
からWindowsかMacかを選んでインストール

2.DDEVのインストール

こちらをを参照して
https://ddev.readthedocs.io/en/stable/
(かなり時間がかかります)

3.Drupalのインストール

Drupal 9 Quick startを参照して
https://ddev.readthedocs.io/en/stable/users/cli-usage/#drupal-9-quickstart

作業が終わったら
$ddev stop
で止めておきましょう。
再開するときはDrupal 9 を入れたサイトディレクトリに移動
例えば)
$cd my-drupal9-site
そして起動すればいいでしょう。
$ddev start

*その他のコマンド
ddev poweroff: すべてのプロジェクトをとめる

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?