LoginSignup
33
36

More than 5 years have passed since last update.

Wordpressのローカル開発環境をVagrantでMacに構築する

Last updated at Posted at 2015-02-11

Mac OS X Yosemite 10.10.1

Homebrewを利用して、環境を構築する。

MacにHomebrewをインストールする

homebrew-caskのインストール

brew install caskroom/cask/brew-cask

VirtualboxとVagrantのインストール

brew cask install virtualbox
brew cask install vagrant

vagrant-hostsupdaterのインストール

vagrant plugin install vagrant-hostsupdater

VCCWのインストール

git clone https://github.com/vccw-team/vccw.git
cd vccw
vagrant up

ブラウザで表示

管理画面
http://wordpress.local/wp-admin/
id : admin
pass : admin

ファイルの中身
vccw/www/wordpres

参考

Homebrew cask
VCCW

33
36
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
33
36