LoginSignup
0
0

More than 5 years have passed since last update.

WordPress on Docker

Posted at

参照:WordPress を Docker で動かす( OSX / Vagrant )

Prepare

(Paste command on MobaXTrem: Shift + Insert)

Windows

Cygwin install https://cygwin.com/install.html (64bit)
git http://qiita.com/kanpou_/items/0764381301d37e04157b
ssh http://docs.oracle.com/cd/E26854_01/install.12103/b65084/preinstall_req_cygwin_ssh.htm#CBHIAFGI

$ git clone https://github.com/shin1x1/vagrant-docker-wpdev
$ cd vagrant-docker-wpdev

Download WordPress

$ wget http://wordpress.org/latest.tar.gz
$ tar -xzvf latest.tar.gz
$ rm latest.tar.gz

Then

$ vagrant up

and access to
http://192.168.33.31/

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