Skip to content

Domain management module for Alchemy CMS

License

Notifications You must be signed in to change notification settings

tilmanx/alchemy_domains

Repository files navigation

#AlchemyDomains Build Status

This gem extends Alchemy CMS with a Localization/Domain management.

If your website is multilingual and the provided languages should depend on the requested (sub)domain, this gem is what you need.

1.) You just need to require it in your Gemfile

gem 'alchemy_domains'

2.) bundle all dependencies

bundle install

3.) Then you need to mount it in your application´s routes.rb

mount AlchemyDomains::Engine => '/'

4.) Copy the migrations to your application

rake alchemy_domains:install:migrations

5.) Migrate the database

rake db:migrate

Ready!

About

Domain management module for Alchemy CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published