2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00

Update docs

This commit is contained in:
nanaya 2024-09-03 18:56:05 +09:00
parent 826a59ed32
commit 90f19b1b74

View File

@ -12,10 +12,10 @@ Requirements
As this is ongoing project, there will be more changes on requirement as this project goes. Currently this application is developed using: As this is ongoing project, there will be more changes on requirement as this project goes. Currently this application is developed using:
* Ruby (3.1 or later) * Ruby (3.3 or later)
* PostgreSQL (14 or later) * PostgreSQL (15 or later)
* Bundler gem * Bundler gem
* node.js (16.0 or later) * node.js (20.0 or later)
* ImageMagick * ImageMagick
* And various other requirement for the gems (check `Gemfile` for the list) * And various other requirement for the gems (check `Gemfile` for the list)
@ -31,8 +31,8 @@ On RHEL, it goes like this (untested):
* nodejs * nodejs
* openssl-devel * openssl-devel
* pcre-devel * pcre-devel
* postgresql14-devel * postgresql15-devel
* postgresql14-server * postgresql15-server
Base, EPEL, dnf module, and postgresql official repositories contain all the requirements. Base, EPEL, dnf module, and postgresql official repositories contain all the requirements.