2013-06-28から1日間の記事一覧

nginx

chef solo入門勉強中ninxが立ち上がらなかったので調査 ちなみにosはubunts まずは構文チェック /usr/sbin/nginx -t /usr/sbin/nginx -t -c /etc/nginx/nginx.conf http://shiken.infrabu.info/nginx/nginx%E3%81%A7%E8%A8%AD%E5%AE%9A%E3%83%95%E3%82%A1%E3…

chef-soloで参考になりそうなサイト

http://docs.komagata.org/5098 http://qiita.com/rasenn/items/5bd59ea051c8f040c9f4 http://qiita.com/prinum/items/09ec19ebc933fb8f1989

knife soloにてエラー

* knife solo init chef-repo Creating kitchen... Creating knife.rb in kitchen... Creating cupboards... ERROR: knife encountered an unexpected error This may be a bug in the 'solo init' knife command or plugin Please collect the output of th…

Mac環境にてrubyバージョン共存

rbenv git clone git://github.com/sstephenson/rbenv.git ~/.rbenv echo `export PATH="$HOME/.rbenv/bin:$PATH"` >> ~/.bash_profile echo 'eval "$(rbenv init -)"' >> ~/.bash_profile exec $SHELL -l rbenv install -l rbenv install 1.9.3-p448 rbenv …

vagrantインストール

$ sudo gem install vagrant ubuntuのOSイメージを取得する必要がる baseという名前で登録? $ vagrant box add base http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-vagrant-amd64-disk1.box $ mkdir test-vagrant $ cd test-vagr…