All Projects → danbooru → Danbooru

danbooru / Danbooru

Licence: other
A taggable image board written in Rails 6.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Danbooru

Annict
The platform for anime addicts built with Rails and Stimulus.js.
Stars: ✭ 542 (-49.68%)
Mutual labels:  rails, anime
Kitsu Server
🚂 Rails API server for Kitsu
Stars: ✭ 145 (-86.54%)
Mutual labels:  rails, anime
Rails stimulus flatpickr
Advanced datepicking example app with Stimulus + Flatpickr + Turbolinks
Stars: ✭ 48 (-95.54%)
Mutual labels:  rails
Salorhospitality
The innovative Point of Sale Solution serving the Hospitality Industry
Stars: ✭ 52 (-95.17%)
Mutual labels:  rails
Kaminari
⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps
Stars: ✭ 8,085 (+650.7%)
Mutual labels:  rails
Raygun Rails
Rails 6 application template for Raygun, the Carbon Five Rails application generator.
Stars: ✭ 48 (-95.54%)
Mutual labels:  rails
Coderdojo.jp
☯️ CoderDojo Japan (@coderdojo-japan) official website developed by Ruby on Rails with @YassLab team. 💎
Stars: ✭ 50 (-95.36%)
Mutual labels:  rails
Modern Datatables
They are many ways to build reactive web interfaces but do we really need to add the complexity of JavaScript frameworks like Vue.js or React?
Stars: ✭ 48 (-95.54%)
Mutual labels:  rails
Animoji
Describe your favorite anime with emoji ✨
Stars: ✭ 54 (-94.99%)
Mutual labels:  anime
Simple form
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
Stars: ✭ 7,877 (+631.38%)
Mutual labels:  rails
Docker Rails React Starter
A basic docker-compose, Rails and React / Webpack starter kit
Stars: ✭ 52 (-95.17%)
Mutual labels:  rails
Jsonapi parameters
Rails-way to consume JSON:API input
Stars: ✭ 50 (-95.36%)
Mutual labels:  rails
Enterprisealrobot
An anime themed telegram group management bot
Stars: ✭ 49 (-95.45%)
Mutual labels:  anime
Logidze
Database changes log for Rails
Stars: ✭ 1,060 (-1.58%)
Mutual labels:  rails
Monarchy
Hierarchical access management system with advanced roles inheritance. 🦋
Stars: ✭ 48 (-95.54%)
Mutual labels:  rails
Adminlte Rails Template
Rails template application of an admin panel with the AdminLTE theme integrated.
Stars: ✭ 53 (-95.08%)
Mutual labels:  rails
Documentation
Online documentation and tracking tools for Naninovel — writer-friendly visual novel engine
Stars: ✭ 48 (-95.54%)
Mutual labels:  anime
Execjs Fastnode
⚡️ A faster Node.JS integration for Ruby/Rails ExecJS
Stars: ✭ 49 (-95.45%)
Mutual labels:  rails
Action mailer matchers
ActionMailerMatchers provides rspec matchers to test Rails' common ActionMailer functionality.
Stars: ✭ 50 (-95.36%)
Mutual labels:  rails
Jb
A simple and fast JSON API template engine for Ruby on Rails
Stars: ✭ 1,075 (-0.19%)
Mutual labels:  rails

codecov Discord

Installation

It is recommended that you install Danbooru on a Debian-based system since most of the required packages are available on APT. Danbooru has been successfully installed on Fedora, CentOS, FreeBSD, and OS X. The INSTALL.debian install script is straightforward and should be simple to adapt for other platforms.

For best performance, you will need at least 256MB of RAM for PostgreSQL and Rails. The memory requirement will grow as your database gets bigger.

On production Danbooru uses PostgreSQL 9.4, but any 9.x release should work.

Use your operating system's package management system whenever possible. This will simplify the process of installing init scripts, which will not always happen when compiling from source.

Troubleshooting

These instructions won't work for everyone. If your setup is not working, here are the steps I usually recommend to people:

  1. Test the database. Make sure you can connect to it using psql. Make sure the tables exist. If this fails, you need to work on correctly installing PostgreSQL, importing the initial schema, and running the migrations.

  2. Test the Rails database connection by using rails console. Run Post.count to make sure Rails can connect to the database. If this fails, you need to make sure your Danbooru configuration files are correct.

  3. Test Nginx to make sure it's working correctly. You may need to debug your Nginx configuration file.

  4. Check all log files.

Services

Danbooru employs numerous external services to delegate some functionality.

For development purposes, you can just run mocked version of these services. They're available in scripts/mock_services and can be started automatically using Foreman and the provided Procfile.

Amazon Web Services

In order to enable the following features, you will need an AWS SQS account:

  • Pool versions
  • Post versions
  • IQDB
  • Saved searches
  • Related tags

Google APIs

The following features requires a Google API account:

  • Bulk revert
  • Post versions report

IQDB Service

IQDB integration is delegated to the IQDBS service.

Archive Service

In order to access versioned data for pools and posts you will need to install and configure the Archives service.

Reportbooru Service

The following features are delegated to the Reportbooru service:

  • Related tags
  • Missed searches report
  • Popular searches report
  • Favorite searches
  • Upload trend graphs

Recommender Service

Post recommendations require the Recommender service.

Cropped Thumbnails

There's optional support for cropped thumbnails. This relies on installing libvips-8.6 or higher and setting Danbooru.config.enable_image_cropping to true.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].