Sha256: 34ffcf62b2c699af5349352ec94d50b22fca512ad45105020eae2d70d9d89fdc
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 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) ### PHCPress(3) (Blog & News Post Engine) Documentation PHCPress is an open source news & blog engine built for PHCPress application #### Step 1 - Add PHCPress to your gemfile gem 'phcpress', '~> 3.5', '>= 3.5.5' 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-3.7.5 | README.md |
phcpress-3.7.0 | README.md |
phcpress-3.6.1 | README.md |
phcpress-3.6.0 | README.md |
phcpress-3.5.6 | README.md |