Sha256: 2163ccda4ce63e8255cb50407a5df2d9f7776e29b1a6b637d9e793cd42d5d919

Contents?: true

Size: 1.26 KB

Versions: 35

Compression:

Stored size: 1.26 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'
	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

35 entries across 35 versions & 1 rubygems

Version Path
phcmemberspro-91.4.0 README.md
phcmemberspro-91.3.0 README.md
phcmemberspro-91.2.0 README.md
phcmemberspro-91.1.0 README.md
phcmemberspro-91.0.0 README.md
phcmemberspro-90.0.0 README.md
phcmemberspro-89.0.0 README.md
phcmemberspro-88.0.0 README.md
phcmemberspro-87.0.0 README.md
phcmemberspro-86.0.0 README.md
phcmemberspro-85.0.0 README.md
phcmemberspro-84.1.0 README.md
phcmemberspro-84.0.0 README.md
phcmemberspro-83.0.0 README.md
phcmemberspro-82.4.0 README.md
phcmemberspro-82.3.1 README.md
phcmemberspro-82.3.0 README.md
phcmemberspro-82.2.0 README.md
phcmemberspro-82.1.0 README.md
phcmemberspro-82.0.0 README.md