Installation & Deployment Guide: Installing Plugins

Wheelhouse CMS plugins are packaged as Ruby gems, making it easy to add them to your project. Official Wheelhouse plugins are maintained on GitHub at https://github.com/WheelhouseCMS and most stable releases should be available on RubyGems.org.

To install a plugin, simply add the gem source to your Gemfile. For example to add blog functionality to your site, add the following to your Gemfile:

gem "wheelhouse-blog"

Then run bundle install to download and install the plugin.

Once you have restarted your server, the plugin will be available to use.