Sha256: 3a6155fe93430eaec72727476b82bd0a7c0da4417f72314dd35a5b10a2f6412b

Contents?: true

Size: 1.1 KB

Versions: 54

Compression:

Stored size: 1.1 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', '~> 5.8'
	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

54 entries across 54 versions & 1 rubygems

Version Path
phcscriptcdnpro-19.0.0 README.md
phcscriptcdnpro-18.1.0 README.md
phcscriptcdnpro-18.0.0 README.md
phcscriptcdnpro-17.1.0 README.md
phcscriptcdnpro-17.0.0 README.md
phcscriptcdnpro-16.1.0 README.md
phcscriptcdnpro-16.0.0 README.md
phcscriptcdnpro-15.2.0 README.md
phcscriptcdnpro-15.1.0 README.md
phcscriptcdnpro-15.0.0 README.md
phcscriptcdnpro-14.1.0 README.md
phcscriptcdnpro-14.0.0 README.md
phcscriptcdnpro-13.1.0 README.md
phcscriptcdnpro-13.0.0 README.md
phcscriptcdnpro-12.2.0 README.md
phcscriptcdnpro-12.1.0 README.md
phcscriptcdnpro-12.0.0 README.md
phcscriptcdnpro-11.3.0 README.md
phcscriptcdnpro-11.2.1 README.md
phcscriptcdnpro-11.2.0 README.md