LoginSignup
1
1

More than 5 years have passed since last update.

Windows環境にVCCWをインストールした時のメモ

Last updated at Posted at 2015-11-10

環境:Windows 8.1(64bit)

基本的にはVCCWのサイトのGetting Startedの手順でいけるハズ。

  1. Install Virtual Box.
    既にインストール済みだったがバージョンが古かったので5.0.8にアップデート
  2. Install Vagrant.
    https://www.vagrantup.com/ からWindows版をダウンロードしてインストール C:>vagrant -v Vagrant 1.7.4
  3. Install the vagrant-hostsupdater plugin. (Optional)
    コマンドプロンプトからvagrant plugin install vagrant-hostsupdaterを実行
    C:\>vagrant plugin install vagrant-hostsupdater
    Installing the 'vagrant-hostsupdater' plugin. This can take a few minutes...
    Installed the plugin 'vagrant-hostsupdater (1.0.1)'!
    ※インストールしたけどWindowsの場合は不要で、hostsファイルに192.168.33.10 vccw.devを追記する必要がある
  4. Download vagrant box
    コマンドプロンプトからvagrant box add miya0001/vccwを実行
    ※なぜかダウンロードが遅く、1時間ぐらいかかった
  5. Please download .zip or .tar.gz.
    Zipファイルをダウンロードして、任意のフォルダに解凍する
    (ダウンロードする場合は公式サイトから最新版を!)
  6. Change into a new directory.
    C:\>cd vccw-2.17.0
  7. Start a Vagrant environment.
  8. Visit WordPress on the Vagrant in your browser
    http://vccw.dev/ または http://192.168.33.10/ にアクセスする。
    WordPressのログイン画面は、http://192.168.33.10/wp-login.php から。
    Username、Password共にadminで。

4のダウンロードに失敗すると、リトライしてもHTTP server doesn't seem to support byte ranges. Cannot resume.エラーが発生してダウンロードに失敗する。その場合は、C:\Users\USER_NAME.vagrant.d\tmpにある一時ファイルを削除してリトライすればOK!

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