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
- Host: GitHub
- URL: https://github.com/1d3o/lato-blog
- Owner: 1d3o
- License: mit
- Created: 2017-05-08T22:58:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T11:15:25.000Z (over 7 years ago)
- Last Synced: 2025-12-04T10:15:57.201Z (7 months ago)
- Topics: engine, rails, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 370 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/version_2.0
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Lato Blog
[](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
```