Sha256: e822fe00e3523cd7af38a058f3f193ab9a408d9c5e4a1aa578b9d7b98e89e8e9
Contents?: true
Size: 1.87 KB
Versions: 4
Compression:
Stored size: 1.87 KB
Contents
[](https://hakiri.io/github/PHCNetworks/phc-members/master) [](https://codeclimate.com/github/PHCNetworks/phc-members) [](https://gemnasium.com/github.com/PHCNetworks/phc-members) [](https://badge.fury.io/rb/phcmembers) ### PHCMembers(6) (Membership & Directory Engine) Documentation PHCMembers(6) rails engine to manage membership information and directory listings. - Fast setup of membership 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. - User authentication will activate when Devise is installed. #### Step 1 - Add PHCMembers to your gemfile and run command gem 'phcmembers', '~> 6.3' bundle install #### Step 2 - Add PHCMembers Database Tables To copy PHCMembers' required database migrations, copy each command individually to your terminal's command line. rails phcmembers:install:migrations rails db:migrate #### Step 3 - Mount PHCMembers & Add Routes Mount PHCMembers by adding code below to your routes file. mount Phcmembers::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 phcmembers:views #### Additional Information - [Past Security Patch Notes](https://github.com/PHCNetworks/phc-members/wiki/Critical-Security-Updates)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
phcmembers-6.3.4 | README.md |
phcmembers-6.3.3 | README.md |
phcmembers-6.3.2 | README.md |
phcmembers-6.3.1 | README.md |