Sha256: 67777353f3ca9edaac8829b482616fc234848c7ad5412b9f321c54ea074fbd66
Contents?: true
Size: 1.27 KB
Versions: 7
Compression:
Stored size: 1.27 KB
Contents
#### PHCMembers(PRO) (Membership & Directory Engine) Documentation PHCMembers(Pro) rails engine to manage membership information and directory listings. * Fast setup of membership management and web directory modules. * Directory and listings manager with a web directory API. * Member's list, contact information, and listings manager. * Easy app integration with views that can be customized. #### Step 1 - Add PHCMembers(Pro) to your gemfile and run command gem 'phcmemberspro', '~> 55.0' bundle install #### Step 2 - Add PHCMembers(Pro) & PHCAccounts(Pro) Database Tables To copy PHCMembers(Pro) & PHCAccounts(Pro) database migrations, copy each command individually. rails phcmemberspro:install:migrations rails phcaccountspro:install:migrations rails db:migrate #### Step 3 - Mount PHCMembers(Pro) & Add Routes Mount PHCMembers(Pro) by adding code below to your routes file. mount Phcaccountspro::Engine, :at => '/' mount Phcmemberspro::Engine, :at => '/' #### Step 4 - Recompile Assets To properly function re-compile your application's assets to copy over required files. rails assets:clobber rails assets:precompile #### Step 5 - Generate Views (Customization) Generate views for customization and app integration. rails generate phcmemberspro:views
Version data entries
7 entries across 7 versions & 1 rubygems