Install passenger program that will run your rails application1. sudo gem install passengerInstall nginx server with passenger enabled2. passenger-install-nginx-moduleit will open apt, click "Enter" to continethen select option 1 for default installthen it will askWhere do you want to install Nginx to?Please specify a prefix directory [/opt/nginx]:press enterthen copy following block server {listen 80;server_name http://www.yourhost.com;root … Continue reading 4 steps to install nginx with passenger
Category: Ruby on Rails
How do i generate SEO sitemap in rails ?
What is sitemap ? Sitemap is nothing but a .xml file containing urls available on your site It contains URL, last modified date, frequency of content change and priority ( between 0..1 ) Why we need sitemap ? We can submit sitemap file to search engine. It will help them in analysing what urls on … Continue reading How do i generate SEO sitemap in rails ?
Multiple sites hosting using radiant cms
There are almost 4 to 5 simple steps you need to followed before getting multiple sites working using radiant cms 1. Setup radiant cms first Install radiant gem sudo gem install radiant set 'radiant' under path export PATH=$PATH:/var/lib/gems/1.8/gems/radiant-0.8.0/bin Now, we have done with radiant installation. Let's create new project.. $ radiant multisite -d mysql $ … Continue reading Multiple sites hosting using radiant cms
