Sha256: 79ce9d8960439d8e2ae133ea396bd3e81406726b09606adf3ff7b0fb269f184c

Contents?: true

Size: 1.58 KB

Versions: 38

Compression:

Stored size: 1.58 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

38 entries across 38 versions & 1 rubygems

Version Path
phcpresspro-6.7.7 README.md
phcpresspro-6.7.6 README.md
phcpresspro-6.7.5 README.md
phcpresspro-6.7.1 README.md
phcpresspro-6.7.0 README.md
phcpresspro-6.6.9 README.md
phcpresspro-6.6.8 README.md
phcpresspro-6.6.7 README.md
phcpresspro-6.6.6 README.md
phcpresspro-6.6.5 README.md
phcpresspro-6.6.4 README.md
phcpresspro-6.6.3 README.md
phcpresspro-6.6.2 README.md
phcpresspro-6.6.1 README.md
phcpresspro-6.6.0 README.md
phcpresspro-6.5.3 README.md
phcpresspro-6.5.2 README.md
phcpresspro-6.5.1 README.md
phcpresspro-6.5.0 README.md
phcpresspro-6.4.2 README.md