Deployment

Deploy for R on R

Setup Ruby version and Rails version

Project の配置

var/www

Install passenger

 gem install passenger 

passenger-install-apache2-module

httpd.confの変更

Document Root Setting to app on apach/config file
etc/httpd/

Restart Apach

sudo /etc/init.d/httpd restart

http://webos-goodies.jp/archives/50818102.html http://redmine.jp/tech_note/apache-passenger/

最終更新:2012年03月10日 08:50