Sha256: 71000db27786979257bc9a0ef6589dfa9f20245a42e595db39e09ac29868ea08
Contents?: true
Size: 1.33 KB
Versions: 6
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.7', '>= 3.7.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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
phcpress-3.8.1 | README.md |
phcpress-3.8.0 | README.md |
phcpress-3.7.9 | README.md |
phcpress-3.7.8 | README.md |
phcpress-3.7.7 | README.md |
phcpress-3.7.6 | README.md |