Lato is a Rails engine used to develop modular admin panels. This is the module used to manage a blog.
Install lato_core and lato_media gem as required dependencies.
Add the lato_blog gem on your Gemfile
gem 'lato_blog'
Install the gem
bundle install
Copy the migrations
rails lato_blog:install:migrations
Exec migrations
bundle exec rake db:migrate