Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

potatodiet/image_board

Repository files navigation

Image Board

Just a typical danbooru-style image board.

A demo can be found at ib.potatodiet.ca.

Requirements

  • Postgres
  • ImageMagick
  • Ruby (3.0+)
  • Node.js (Linux only)

How To Run

# Fill in your environment variables.
cp .env.example .env

bundle install
bin/rake db:setup
bin/rails server

Licensing

Licensed under AGPL-3.0-only