Skip to content

1d3o/lato-blog

Repository files navigation

Lato Blog

Gem Version

Lato is a Rails engine used to develop modular admin panels. This is the module used to manage a blog.

Installation

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