ruby

itamae 生活 4日目

itamae 生活4日目 前回 謎エラーの暫定対処ができたので、本線に戻る。 Today's Goal rbenv で ruby を入れる bundler 環境に切り替える ここまで itamae はグローバルな gem に入れていたが、 rbenv は plugin で入れようを思うので、この際 bundler 環境に…

itamae 生活3日目

引き続き itamae です。 kawakubox.hatenablog.com kawakubox.hatenablog.com Today's Goal 前回は眠さに負けたので、 Rails環境構築までを目指す。 Result 突然 itamae の help コマンドが動かなくなるという状況に陥り、2日ほど進展せず。 itamae が依存す…

itamae 生活 2日目

昨日 に引き続き今日も itamae Today's Goal itamae の BestPractice の沿った構成で Nginx x Unicorn x Rails の構成を作る Ruby は rbenv 環境下で入れたい Premise itamae が global に install されている Let's Try BestPractice をみながらディレクト…

itamae はじめました

itamae はじめました Today's Goal ローカルの recipe.rb を使って、 EC2 インスタンスに Nginx 立てる Install into local machine まず itamae をローカルマシンにインストール $ gem install itamae bundler なんかは使わず、 global に入れてしまうのが…