-
Add to Gemfile
gem "kms_gallery", git: "git@github.com:macrocoders/kms_gallery.git"
-
Run generator:
bundle exec rails g kms_gallery:install
-
Copy migrations:
bundle exec rake kms_gallery:install:migrations
-
Migrate:
bundle exec rake db:migrate
-
Recompile assets:
bundle exec rake assets:precompile
-
Restart KMS instance
This project rocks and uses MIT-LICENSE.