Skip to content

seadfeng/active_admin_amz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon affiliate

Marketing website: Best top 10(You can change, If you need the other num.)

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'amz', github: "seadfeng/active_admin_amz"
gem "paapi" , github: "seadfeng/paapi"
gem 'active_admin_role' , github: "seadfeng/active_admin_role"
gem "active_admin_import" , github: "seadfeng/active_admin_import"

And then execute:

$ bundle install
$ rails webpacker:install
$ rails g active_admin:install
$ rails g amz:install
$ rake db:migrate
$ rake db:seed

Sidekiq Service

https://github.com/mperham/sidekiq/blob/07c0e1f4e60298deeab70999f6a33c86959f196a/examples/systemd/sidekiq.service

Webpacker Using in Rails engines

https://github.com/rails/webpacker/blob/master/docs/engines.md

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.