2
2

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 5 years have passed since last update.

wordpress 開発環境用のテンプレ作ってみた

Last updated at Posted at 2018-05-07

#作った経緯
たまたま、wordpressのローカル環境を用意しておく必要が出たので、今後全員で常にサクサクっと使える様にしておきたくテンプレートdockerファイルを作成

各バージョンと必要条件

・PHP7.1
・mysql ver5.6
・themaのカスタマイズがあるので、wordpressファイルはローカルに配置
・wordpressは最新版を提供

構築手順

以下リンクをcloneしてきてください
https://github.com/katyou/Docker-template-wordpress

katyou/Docker-template-wordpress.git

ディレクトリを移動して

Docker構築

最初の環境構築にはかなり時間がかかるかと思います。

ブラウザを開きlocalhost:8000 からアクセス

停止したい時は

Dockerをスタートさせたいときも同様

を叩けばOK

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?