Skip to content

Instantly share code, notes, and snippets.

@do9iigane
Last active December 30, 2015 05:29
Show Gist options
  • Save do9iigane/7782683 to your computer and use it in GitHub Desktop.
Save do9iigane/7782683 to your computer and use it in GitHub Desktop.
vagrantのinstall
http://www.vagrantup.com/
以下でインストール確認
$ vagrant -v
※Puppetのインストールは以下
$ vagrant plugin install puppet
boxファイルを以下から適当に選ぶ。
http://www.vagrantbox.es/
以下のように追加 ex)fedora-19
$ vagrant box add fodora-19 https://dl.dropboxusercontent.com/u/86066173/fedora-19.box
ssh接続するには
$ vagrant ssh
sshの接続情報を確認するには
$ vagrant ssh-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment