Last active
December 30, 2015 05:29
-
-
Save do9iigane/7782683 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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