Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.29 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.29 KB

Drupal Commerceのデモ環境構築

Drupal Commerce 2.xのデモサイト環境構築の説明

実行環境はPHP7.4、Drupal8.9

Docker環境構築

Dockerイメージのビルド

docker-compose build --no-cache

コンテナ起動

docker-compose up -d

デモサイト環境構築

コンテナに入る

docker-compose exec drupal zsh

デモサイトのビルド及びサーバー起動

php scripts/quickstart

サーバーが起動すると以下のような情報が出力されます。
UsernameとPasswordは管理画面ログイン時に必要な情報になるので控えておく。

18/18 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓]
Congratulations, you installed Commerce Kickstart!

Username: admin
Password: xxxxxxxx
Drupal development server started: <http://0.0.0.0:8888>
This server is not meant for production use.
One time login url: <http://0.0.0.0:8888/user/reset/1/1617846841/nzlVsZq_Gg0iUIsr5PNQdq43ch6ZUYQQSR8ECDlOJWQ/login>
Press Ctrl-C to quit the Drupal development server.

ブラウザからデモサイトの確認

ブラウザにlocalhostと入力するとデモサイトを見ることができる。

管理画面への遷移は画面右上のLoginから。