Sha256: b0ff293037a4a006e2e0130a803b059fbf0692159d841365fd6fd3dc83eddbde
Contents?: true
Size: 1.36 KB
Versions: 5
Compression:
Stored size: 1.36 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) [![Issue Count](https://codeclimate.com/github/PHCNetworks/phc-press/badges/issue_count.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 is an opensource news and blog posting engine purpose built for PHCPress application. #### Step 1 - Add PHCPress to your gemfile gem 'phcpress', '~> 2.6', '>= 2.6.6' bundle exec install #### Step 2 - Add PHCPress database migration files rake phcpress:install:migrations rake db:migrate #### Step 3 - Recompile Assets PHCPress UI requires bootstrap and fontawesome to operate. rake assets:clobber rake assets:precompile #### Step 4 - 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.7.5 | README.md |
phcpress-2.7.3 | README.md |
phcpress-2.7.2 | README.md |
phcpress-2.7.1 | README.md |
phcpress-2.7.0 | README.md |