Sha256: a8ec2c1df393ced30ce4bfa47cec03e304609ff1ed676f913ebde225f4f2f0b9

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

### PHCDevworks-Members (Membership & Directory Engine) Documentation
PHCDevworks-Members 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 'phcdevworks_members'
	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 PhcdevworksMembers::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 phcdevworks_members:views

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_members-11.2.0 README.md