## Ruby $ wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p378.tar.gz $ tar xvzf ruby(ry $ cd && make && make install ## RubyGems # gem update --system #1.3.5 # gem install rails --include-dependencies #2.3.5 # gem install その他じぇむ ## Passenger # gem install passenger #2.2.9 # ( export PATH=/usr/local/apache2/bin:$PATH ) # passenger-install-apache2-module # vi /path/to/conf/httpd.co