Sha256: 09f1a735792a0a8e137e318477ef864177efc33a471da9f857a57dc63ffe6b5b

Contents?: true

Size: 1.56 KB

Versions: 15

Compression:

Stored size: 1.56 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)
[![Dependency Status](https://gemnasium.com/badges/github.com/PHCNetworks/phc-press.svg)](https://gemnasium.com/github.com/PHCNetworks/phc-press)
[![Gem Version](https://badge.fury.io/rb/phcpress.svg)](https://badge.fury.io/rb/phcpress)  

### PHCPress(PRO) (News/Blog Engine) Documentation
PHCPress(PRO) rails CMS engine to manage articles, categories and media.

- Website article posts with WYSIWYG editor.
- Upload images locally or use any popular cloud service.
- Customizable article categories module included.

#### Step 1 - Add PHCPress to your gemfile 

	gem 'phcpresspro', '~> 5.10'
	bundle install

#### Step 2 - Add PHCPress to your gemfile  
Mount the engine in your application's config/routes.rb file.

	mount Phcpresspro::Engine, :at => '/'

#### Step 3 - Copy PHCPress Database Tables  
To copy PHCPress' requried database migrations, copy each command individually to your terminal's command line.  

	rails phcpresspro:install:migrations
	rails db:migrate

#### Step 4 - Recompile Assets  
To properly function re-compile your application's assets to copy over requried files.

	rails assets:clobber
	rails assets:precompile

#### Step 5 - Generate Contact Form View (Customization)  
All PHCPress views and layouts can be overwritten by copying files to your application.

rails generate phcpresspro:views 

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
phcpresspro-8.0.3 README.md
phcpresspro-8.0.2 README.md
phcpresspro-8.0.1 README.md
phcpresspro-8.0.0 README.md
phcpresspro-7.1.0 README.md
phcpresspro-7.0.5 README.md
phcpresspro-7.0.4 README.md
phcpresspro-7.0.3 README.md
phcpresspro-7.0.2 README.md
phcpresspro-7.0.1 README.md
phcpresspro-7.0.0 README.md
phcpresspro-6.9.1 README.md
phcpresspro-6.9.0 README.md
phcpresspro-6.8.5 README.md
phcpresspro-6.8.0 README.md