Yet another Rails CMS on top of Administrate gem. Made to be simple and flixible
This is alpha release - use it on your own risk
Add this line to your application's Gemfile:
gem 'inari-cms'
And then execute:
$ bundle
Run istallation scripts
$ rails generate administrate:install
$ bundle exec rails generate paper_trail:install
$ bundle exec rake db:migrate
Or install it yourself as:
$ gem install inari-cms
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.