An open API service indexing awesome lists of open source software.

https://github.com/1d3o/lato-blog

Lato module to manage blog contents
https://github.com/1d3o/lato-blog

engine rails ruby ruby-gem

Last synced: about 2 months ago
JSON representation

Lato module to manage blog contents

Awesome Lists containing this project

README

          

# Lato Blog

[![Gem Version](https://badge.fury.io/rb/lato_blog.svg)](https://badge.fury.io/rb/lato_blog)

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

## Installation

Install [lato_core](https://github.com/ideonetwork/lato-core) and [lato_media](https://github.com/ideonetwork/lato-media) gem as required dependencies.

Add the lato_blog gem on your Gemfile

```ruby
gem 'lato_blog'
```

Install the gem

```console
bundle install
```

Copy the migrations

```console
rails lato_blog:install:migrations
```

Exec migrations

```console
bundle exec rake db:migrate
```