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-25.0.0 README.md
phcscriptcdnpro-24.1.0 README.md
phcscriptcdnpro-24.0.0 README.md
phcscriptcdnpro-23.0.0 README.md
phcscriptcdnpro-22.1.0 README.md
phcscriptcdnpro-22.0.0 README.md
phcscriptcdnpro-21.1.0 README.md
phcscriptcdnpro-21.0.0 README.md
phcscriptcdnpro-20.8.1 README.md
phcscriptcdnpro-20.8.0 README.md
phcscriptcdnpro-20.7.1 README.md
phcscriptcdnpro-20.7.0 README.md
phcscriptcdnpro-20.6.0 README.md
phcscriptcdnpro-20.5.0 README.md
phcscriptcdnpro-20.4.0 README.md
phcscriptcdnpro-20.3.0 README.md
phcscriptcdnpro-20.2.0 README.md
phcscriptcdnpro-20.1.0 README.md
phcscriptcdnpro-20.0.0 README.md
phcscriptcdnpro-19.1.0 README.md