Sha256: 9d958fc39d641a67513383b4e606c8ebc0a4c3927e59c2a2b7cd4d381dd6765a
Contents?: true
Size: 1.57 KB
Versions: 5
Compression:
Stored size: 1.57 KB
Contents
[](https://hakiri.io/github/PHCNetworks/phc-press/master) [](https://codeclimate.com/github/PHCNetworks/phc-press) [](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.1' 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
phcpress-2.5.2 | README.md |
phcpress-2.5.0 | README.md |
phcpress-2.0.2 | README.md |
phcpress-2.0.0 | README.md |
phcpress-1.0.0 | README.md |