突っ走り書き

見せるほどのものでは..

さくらVPSと同じ環境をVirtualBoxとVagrantで(1)

VirtualBoxのインストール

https://www.virtualbox.org/wiki/Linux_Downloads

Vagrantのインストール

https://www.vagrantup.com/downloads.html

$ sudo /etc/init.d/vboxdrv setup

さくらVPSのバージョンとアーキテクチャを調べる

CentOS 6.6の64bitってことが分かる

$ cat /etc/redhat-release
CentOS release 6.6 (Final)
$ arch
x86_64

CentOS 6.6 の 64bit を vagrant box add する

$ vagrant box add centos66 https://github.com/tommy-muehle/puppet-vagrant-boxes/releases/download/1.0.0/centos-6.6-x86_64.box
$ vagrant up
$ vagrant ssh