Sha256: be4c92d2e8a46445212866dca27037a3b0b4ebee3b6e2c5c65bd5af962fe9372

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 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)
[![Issue Count](https://codeclimate.com/github/PHCNetworks/phc-scrtipcdn/badges/issue_count.svg)](https://codeclimate.com/github/PHCNetworks/phc-scrtipcdn)
[![Gem Version](https://badge.fury.io/rb/phcscriptcdn.svg)](https://badge.fury.io/rb/phcscriptcdn)
  
### PHCScript CDN (Script Listing Engine) Documentation
PHCScriptCDN(1) script listing software to manage your online script CDN.

- Main script title and description.
- Script versions and script urls.

#### Step 1 - Add PHCScriptCDN Engine to your gemfile  

	gem 'phcscriptcdn', '~> 1.0', '>= 1.0.2'
	bundle install
  
#### Step 2 - Add Database Migration Files  

	rake phcscriptcdn:install:migrations
	rake db:migrate
  
#### Step 3 - Mount PHCScriptCDN 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  
PHCScriptCDN UI requires bootstrap and fontawesome to operate.  
  
	rake assets:clobber
	rake assets:precompile  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdn-1.1.0 README.md