Sha256: 1b66f1ffcca923708f74b3ee5c371870fe62b5bc58f2956fdc26d2c6a70b3981
Contents?: true
Size: 1.57 KB
Versions: 1
Compression:
Stored size: 1.57 KB
Contents
[![security](https://hakiri.io/github/PHCNetworks/phc-press/master.svg)](https://hakiri.io/github/PHCNetworks/phc-press/master) [![Code Climate](https://codeclimate.com/github/PHCNetworks/phc-press/badges/gpa.svg)](https://codeclimate.com/github/PHCNetworks/phc-press) [![Gem Version](https://badge.fury.io/rb/phcpress.svg)](https://badge.fury.io/rb/phcpress) ### PHC-Press (Blog & News Post Engine) Documentation PHC-Press add blog and news posting abilities to your ruby on rails powered website or application. * Separate News & Blog Sections * Highly Customizable * Easy Integration into Projects #### Step 1 - Add PHCPress to your gemfile gem 'phcpress', '~> 0.11.0' bundle exec install #### Step 2 - Add PHCPress database migration files rake railties:install:migrations rake db:migrate #### Step 3 - Mount the Engine in your Routes File Mount the Engine in your Routes File (App must have Root route) mount Phcpress::Engine, :at => '/' #### Step 4 - Generate Views Generate views for customization and app integration. rails generate phcpress:views #### Step 5 - Recompile Assets PHCPress UI requires bootstrap and fontawesome to operate. rake assets:clobber rake assets:precompile #### Step 5 - Setup Carrierwave (Image Uploads) PHCPress default Carrierwave settings can be overwritten (suggested). - [How to Override PHCPress Uploader](https://github.com/PHCNetworks/phc-press/wiki/Image-Uploader---Override) - [How to Override - Cloudinary Example](https://github.com/PHCNetworks/phc-press/wiki/Image-Uploader-(Cloudinary))
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcpress-0.11.1 | README.md |