以下から取得できるヤツ。 https://github.com/cookbooks/wordpress どうやらでびあん系に依存しているようなので precise32 な box も取得。 $ vagrant box add precise32 http://files.vagrantup.com/precise32.boxとりあえず、recipes/default.rb から確認してみます。 include_recipe 以下な記述が先頭にあります。 include_recipe "apache2" include_recipe "mysql::server" include_recipe "php" include_recipe "php::module_mysql" include_recipe "apache2::mod_php5"これは cookbooks の中にこれらが、という
標題変える。とりあえず何をしてるのかが分からないと試験は書けないし。 当初は apache2 とか言ってましたが規模が小さめなものから確認していかないとどうにもならないということで build-essential から確認します。でびあん限定で。 recipes/default.rb 記述が以下。 begin include_recipe "build-essential::#{node['platform_family']}" rescue Chef::Exceptions::RecipeNotFound Chef::Log.warn "A build-essential recipe does not exist for the platform_family: #{node['platform_family']}" endでびあん系限定で言うと begin の下は以下になるはず in
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く