Skip to content

macrocoders/kms_gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KmsGallery

  1. Add to Gemfile

    gem "kms_gallery", git: "git@github.com:macrocoders/kms_gallery.git"
    
  2. Run generator:

    bundle exec rails g kms_gallery:install
    
  3. Copy migrations:

    bundle exec rake kms_gallery:install:migrations
  4. Migrate:

    bundle exec rake db:migrate
    
  5. Recompile assets:

    bundle exec rake assets:precompile
    
  6. Restart KMS instance

This project rocks and uses MIT-LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published