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