Created
September 6, 2012 08:56
-
-
Save reoring/3653314 to your computer and use it in GitHub Desktop.
CentOSにChef Serverを最速でインストールする ref: http://qiita.com/items/1b64396e3cba879cb66e
This file contains hidden or 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
| rpm -Uvh http://rbel.frameos.org/rbel6 |
This file contains hidden or 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
| yum install rubygem-chef-server |
This file contains hidden or 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
| setup-chef-server.sh |
This file contains hidden or 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
| service chef-server-webui start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment