Getting started with Wheelhouse CMS is easy. Simply sign up for an account, create a new Rails application using your unique license template, start the server and follow the 3-step setup process.
rails new MyApp -m https://www.wheelhousecms.com/template/<LICENSE>
Wheelhouse CMS can also be added to an existing Rails app by editing your Gemfile:
gem 'wheelhouse', source: 'https://<LICENSE>@gems.wheelhousecms.com/'
From here, you're ready to start creating content or build your first theme.
Be up and running quickly with an easy 3-step setup process.