|
|
RawConnect Wiki > 1.0.5.1 ModRails
1.0.5.1 ModRailsFrom $1Table of contentsNo headersTo deploy your site using modrails, you will be required to install the ruby gem passenger. you can install $ gem install passenger After you install the passeger's gem, you will be required to install the apache devel libraries. you can install the apache devel libraries with the fallowing instruction: $ yum install httpd-de* After installing the passenger ruby gem and the apache devel libraries, you will be able to deploy your site using modrail. you will have to execute this command from your terminal: $ passenger-install-apache2-module That's instruction will do all the work for you. after the installation is done. you will have to modify your LoadModule passenger_module /usr/local/lib/ruby/gems/1.8/gems/passenger-2.0.2/ext/apache2/mod_passenger.so Note: you must paste this code at your httpd.conf file where the order modules are loaded. The final step to complete the setting is to create your vitual host at the end of the httpd.conf file
This is an Example. <VirtualHost 192.168.1.1>
After setting up the Virtual Host in httpd.conf file you must restart your apache service. you can restart your apache service writing this code from your terminal: $ service httpd restart It
is really easy to deploy your RawConnect Open Social Software using
ModRails. If you have any question about how to deploy your site, you
can post it in our forums at
http://www.rawconnect.com/forums .
Tags:
|
Powered by MindTouch Deki Community Edition v.8.05.2b |