Windows 7 で vaygrant(CentOS 6.5)にRails4.1 + Nginx + Unicorn + Postgres 9.3 を起動する

Virtual Box インストール Download 本家 Virtualbox より、 Virtual Box ダウンロード インストール Vagrant インストール Download 本家 Vagrant より、 Vagrantダウンロード インストール 再起動が必要 仮想マシン(BOX(テンプレート))取得・追加 CnetOS 6.5 用 URL 取得 Vagrantbox.es より、Virtual Box用、CentOS 6.5 x86_64 URLをコピーする Box add cd c:\HashiCorp\Vagrant\ mkdir myhost cd myhost c:\HashiCorp\Vagrant\myhost> vagrant box add centos65 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.3/centos65-x86_64-20140116.box ==> box: Adding box 'centos65' (v0) for provider: box: Downloading: https://github.com/2creatives/vagrant-centos/releases/download/v6.5.3/centos65-x86_64-20140116.box box: Progress: 100% (Rate: 3348k/s, Estimated time remaining: --:--:--) ==> box: Successfully added box 'centos65' (v0) for 'virtualbox'!...

2015-01-29 ·  2015-01-29 · 6 分 · 1256 文字