Sha256: 47baf72f1ed69948483fd03cf26fccb02c36d0de2716cdf6f3b7ccfc76d34db9
Contents?: true
Size: 1.34 KB
Versions: 17
Compression:
Stored size: 1.34 KB
Contents
[](https://hakiri.io/github/PHCNetworks/phc-press/master) [](https://codeclimate.com/github/PHCNetworks/phc-press) [](https://codeclimate.com/github/PHCNetworks/phc-press) [](https://badge.fury.io/rb/phcpress) ### PHCPress(2) (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', '~> 2.7', '>= 2.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
17 entries across 17 versions & 1 rubygems