Sha256: 36648d5e92f7d0aeee870999352840f8231afe31a99fed78504d128944d263a2

Contents?: true

Size: 1.16 KB

Versions: 10

Compression:

Stored size: 1.16 KB

Contents

### PHCMembers(2018) (Membership & Directory Engine) Documentation
PHCMembers(2018) 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.

#### Step 1 - Add PHCMembers to your gemfile and run the commands below.   

	gem 'phcmembers'
	bundle install

#### Step 2 - Add PHCMembers Database Tables  
To copy required database migrations, copy each command individually to your terminal's command line.  

	rails railties:install:migrations
	rails db:migrate

#### Step 3 - Mount PHCMembers & Add Routes
Mount PHCMembers by adding the 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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcmembers-61.0.0 README.md
phcmembers-60.0.0 README.md
phcmembers-59.0.0 README.md
phcmembers-57.1.0 README.md
phcmembers-57.0.0 README.md
phcmembers-56.0.0 README.md
phcmembers-55.0.0 README.md
phcmembers-54.0.0 README.md
phcmembers-53.0.0 README.md
phcmembers-52.0.0 README.md