CentOS5

mod_ruby+erubyのRPMインストール

環境 # cat /etc/issue CentOS release 5.5 (Final) # uname -a Linux 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64 x86_64 x86_64 GNU/Linux # ruby -v ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux] # httpd -v Server versi…

MongoDBのRPMを入れてみた

が、UTF-8が使えない。。誰か知ってたら教えていただけると嬉しいです! Problem When I run the mongo-server, it says "spider monkey build without utf8 support. consider rebuilding with utf8 support" but I don't know how.. # tail -f /var/log/mo…

RailsでMongoDBを使ったモデリング

Ruby MongoDB Driver — Ruby Driver Manual 2.8 JOIN ができないので、キャッシュでうまいことやる? Caching to Avoid N+1When we display our list of stories, we'll need to show the name of the user who posted the story. If we were using a relati…

gem install rails でエラーが出たよ

[root@localhost ~]# gem install --test rails Successfully installed rake-0.8.7 Successfully installed activesupport-2.3.5 Successfully installed activerecord-2.3.5 Successfully installed rack-1.0.1 Successfully installed actionpack-2.3.5 S…

RailsでMongoDBを使う設定

Rails は使える、という前提で。 configuration BSON 4.0.0 Tutorial — Ruby Driver Manual 2.8gem の設定を一般ユーザでやると怒られる。 sudo でもダメ。root でやったら問題なかった。 うーん、謎。ここらへんもまだ勉強が必要。 一般ユーザ $ rake gems:…

MongoDB のquckstart

Install MongoDB — MongoDB Manual Linux 32-bit # make default directory for data $ mkdir -p /data/db # using curl, get the pre-built distro $ curl -O http://downloads.mongodb.org/linux/mongodb-linux-i686-latest.tgz # unpack $ tar xzf mongod…

VMware の時刻のズレをなんとかしたい

VMware で Linux を動かした際の時刻のずれを解消する(続き) - WebOS Goodiesここ(のコメント欄) を参考に、 # cd /etc # vi .vmx tools.syncTime = "TRUE" で、ログインし直してみたけど。。 すぐには反映されないのか? ちょっと様子見。

Vmware-Tools のインストール

参考にさせていただいた記事。(というかそのまま。。)ありがとうございます。http://marchen.boy.jp/2009/05/centos-53%E3%81%ABvmware-tools%E3%82%92%E5%B0%8E%E5%85%A5/ # yum -y install gcc # yum -y install kernel-devel.i686 ゲストOSのメニューから…