Sha256: f7a32cdef4e7d9d7f49af458fff46288fc8597124d00d28beb19f08f7079950f

Contents?: true

Size: 1.09 KB

Versions: 17

Compression:

Stored size: 1.09 KB

Contents

### PHCScriptCDN(PRO) (Script Listing Engine) Documentation  

PHCScriptCDN(PRO) rails script management engine for website script CDN listings.  

- Manage script CDN listings for websites.
- Main script title and description.
- Script versions and script URLs.

#### Step 1 - Add PHCScriptCDN(PRO) to your gemfile  and run command  

	gem 'phcscriptcdnpro'
	bundle install

#### Step 2 - Copy PHCScriptCDN(PRO) Database Tables
To copy PHCScriptCDN's required database migrations, copy each command individually to your terminal's command line.

	rails phcscriptcdnpro:install:migrations
	rails db:migrate

#### Step 3 - Mount PHCScriptCDN & Add Routes
Mount PHCMembers by adding code below to your routes file.  

	mount Phcscriptcdnpro::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 Contact Form View (Customization)  
All PHCScriptCDN views and layouts can be overwritten by copying files to your application.

	rails generate phcscriptcdnpro:views

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
phcscriptcdnpro-79.0.1 README.md
phcscriptcdnpro-79.0.0 README.md
phcscriptcdnpro-78.4.0 README.md
phcscriptcdnpro-78.3.0 README.md
phcscriptcdnpro-78.2.0 README.md
phcscriptcdnpro-78.1.0 README.md
phcscriptcdnpro-78.0.0 README.md
phcscriptcdnpro-77.0.0 README.md
phcscriptcdnpro-75.0.0 README.md
phcscriptcdnpro-74.0.0 README.md
phcscriptcdnpro-64.1.0 README.md
phcscriptcdnpro-64.0.0 README.md
phcscriptcdnpro-63.0.0 README.md
phcscriptcdnpro-62.0.0 README.md
phcscriptcdnpro-61.0.0 README.md
phcscriptcdnpro-60.0.0 README.md
phcscriptcdnpro-59.0.0 README.md