Sha256: b83f405e6c6ad492f393296b2072466aef7a05899e70ede42132dd14190c099e

Contents?: true

Size: 1.14 KB

Versions: 13

Compression:

Stored size: 1.14 KB

Contents

[![security](https://hakiri.io/github/PHCNetworks/phc-scriptcdn/master.svg)](https://hakiri.io/github/PHCNetworks/phc-scriptcdn/master)
[![Code Climate](https://codeclimate.com/github/PHCNetworks/phc-scrtipcdn/badges/gpa.svg)](https://codeclimate.com/github/PHCNetworks/phc-scrtipcdn)
[![Gem Version](https://badge.fury.io/rb/phcscriptcdn.svg)](https://badge.fury.io/rb/phcscriptcdn)
  
### PHC-ScriptCDN (Script Listing Engine) Documentation
PHCScript CDN is script listing software to manage script CDN listings.

#### Step 1 - Add PHC-Script CDN to your gemfile  

	gem 'phcscriptcdn', '~> 0.5.8'
	bundle exec install  
  
#### Step 2 - Add database migration files  

	rake railties:install:migrations  
	rake db:migrate  
  
#### Step 3 - Mount PHC-Script CDN in your Routes File  
Mount the Engine in your Routes File (App must have Root route)  
  
	mount Phcscriptcdn::Engine, :at => '/'  
  
#### Step 4 - Generate Views  
Generate views for customization and app integration.  
  
	rails generate phcscriptcdn:views

#### Step 5 - Recompile Assets  
PHCPress UI requires bootstrap and fontawesome to operate.  
  
	rake assets:clobber
	rake assets:precompile  

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcscriptcdn-1.0.2 README.md
phcscriptcdn-1.0.1 README.md
phcscriptcdn-1.0.0 README.md
phcscriptcdn-0.9.10 README.md
phcscriptcdn-0.9.9 README.md
phcscriptcdn-0.9.8 README.md
phcscriptcdn-0.9.7 README.md
phcscriptcdn-0.9.6 README.md
phcscriptcdn-0.9.5 README.md
phcscriptcdn-0.9.3 README.md
phcscriptcdn-0.9.2 README.md
phcscriptcdn-0.9.1 README.md
phcscriptcdn-0.7.0 README.md