Skip to content

Capistrano 3.x setup

sahin edited this page Oct 31, 2014 · 5 revisions

sitemap.rb file should be in the config/

In Capfile require 'capistrano/sitemap_generator'

In Gemfile gem 'sitemap_generator' # require should be true, and it should be in production

then run

cap production deploy:sitemap:create