Skip to content

drupalcommerce/demo-projectをDocker上で動かす方法。公式にDockerイメージがないので作成

Notifications You must be signed in to change notification settings

tomlle/drupal-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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から。

About

drupalcommerce/demo-projectをDocker上で動かす方法。公式にDockerイメージがないので作成

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published