Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 977 Bytes

File metadata and controls

43 lines (29 loc) · 977 Bytes

wordpress + vagrant

下記URLを参考にする

http://vccw.cc/

準備

  • vagrantをインストール
  • virtualboxをインストール

vagrantとvirtualboxのバージョンに注意。

必要なvagrant pluginとboxをインストールする

vagrant plugin install vagrant-hostsupdater
vagrant box add vccw-team/xenial64

プログラムをダウンロードしてきて、解凍。

# 解凍されたディレクトリに移動
cd vccw-3.0.5

# vagrant起動
vagrant up

# 途中パスワードを聞かれた場合はローカルマシンのパスワードを入力

## 動作確認

参考

http://qiita.com/naru0504/items/58011181f2c271808c7f