EasySitemap
How to install
Add to your Gemfile or gems.rb
source 'https://gems.easysoftware.com' do
gem 'easy_sitemap'
end
gem 'easy_sitemap', git: 'git@git.easy.cz:rysy/features/easy_sitemap.git', branch: 'master'
Development
Please follow our Guidelines
For full feature list of RYS see RYS wiki
1) From the platform gemfile
- Open gemfile (e.g: APP_ROOT/Gemfile.local)
- Add
gem 'easy_sitemap', path: GENERATED_RYS_LOCATION
- Run
bundle install
- Run the server and develop
2) Link to redmine plugin
- Make a symlink into
plugins/easysoftware/local
- Run
bundle install
- Run the server and develop
3) From generated rys itself
- Symlink the platform (dummy app) into
test/dummy
- Run
bundle install
- Run the server and develop