Skip to content

Requirements & Installation

Manabu Niseki edited this page Nov 18, 2024 · 7 revisions

Requirements

  • Runtime:
    • Ruby (3.1+)
  • Database:
    • SQLite3
    • PostgreSQL (v16)
    • MySQL (v8)
  • Redis

Installation

gem install miteru

If you want to use MySQL or PostgreSQL instead of SQLite3, please install a gem for that by yourself.

# MySQL
$ gem install mysql2

# PostgreSQL
$ gem install pg
Clone this wiki locally