<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://shiyoka.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://shiyoka.com/feed.php">
        <title>ClownWiki - chef</title>
        <description></description>
        <link>https://shiyoka.com/</link>
        <image rdf:resource="https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-08T13:30:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=chef:chef-build.sh&amp;rev=1739713983&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=chef:link&amp;rev=1739713983&amp;do=diff"/>
                <rdf:li rdf:resource="https://shiyoka.com/doku.php?id=chef:memo&amp;rev=1739713983&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>ClownWiki</title>
        <link>https://shiyoka.com/</link>
        <url>https://shiyoka.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://shiyoka.com/doku.php?id=chef:chef-build.sh&amp;rev=1739713983&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>chef-build.sh</title>
        <link>https://shiyoka.com/doku.php?id=chef:chef-build.sh&amp;rev=1739713983&amp;do=diff</link>
        <description>環境構築用のスクリプト

	*  文字コード：UTF-8
	*  改行：LF

base


#!/bin/bash

yum -y install gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison wget unzip git 

# rbenv
cd ~
git clone git://github.com/sstephenson/rbenv.git .rbenv
echo &#039;export PATH=&quot;${HOME}/.rbenv/bin:${PATH}&quot;&#039; &gt;&gt; ~/.bashrc
echo &#039;eval &quot;$(rbenv init -)&quot;&#039; &gt;&gt; ~/.bashrc
export PATH=&quot;${HOME}/.rbenv/bin:${PATH}&quot;
eval &quot;$(rbenv init -)&quot;

mkdir -p ~/.rbenv/plugins
cd ~/.…</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=chef:link&amp;rev=1739713983&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>link</title>
        <link>https://shiyoka.com/doku.php?id=chef:link&amp;rev=1739713983&amp;do=diff</link>
        <description>Link

公式

opscode Chef wiki
&lt;http://wiki.opscode.com/display/chef/Home&gt;

Chef リソース
&lt;http://docs.opscode.com/resource.html&gt;

opscode Chef日本語
&lt;http://wiki.opscode.com/display/~tily/Home&gt;

&lt;http://wiki.opscode.com/display/chef/Installing+Chef+Client+on+CentOS&gt;
&lt;http://wiki.opscode.com/display/chef/Cookbooks&gt;

Chef (Server)

fedora 16 へchefをinstall その1
&lt;http://teketeke55.hatenablog.com/entry/2011/12/09/164536&gt;

できる！ソーシャルアプリ(2) 「開発環境の充実はとっても嬉しいなって」
&lt;http://ncloud.cocolog-nifty.com/blog/2011/04/2-45fa…</description>
    </item>
    <item rdf:about="https://shiyoka.com/doku.php?id=chef:memo&amp;rev=1739713983&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-16T13:53:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>memo</title>
        <link>https://shiyoka.com/doku.php?id=chef:memo&amp;rev=1739713983&amp;do=diff</link>
        <description>memo

変数

	*  chef-solo


&lt;%= node[&quot;○○○&quot;] %&gt;


	*  puppet（参考）


&lt;%= ○○○ %&gt;


ファイル

	*  solo.rb

パスなどの設定


file_cache_path &quot;/tmp/chef-solo&quot;
cookbook_path [&quot;/root/chef-solo/cookbooks&quot;]
role_path &quot;/root/chef/role&quot;
json_attribs &quot;/tmp/chef-solo/roles&quot;
log_level :debug</description>
    </item>
</rdf:RDF>
