docs: update install.md

This commit is contained in:
naskya 2024-06-06 08:48:53 +09:00
parent 95b860e820
commit d14adc63d2
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -4,9 +4,9 @@ Firefish depends on the following software.
## Runtime dependencies
- At least [NodeJS](https://nodejs.org/en/) v18.19.0 (v20/v21 recommended)
- At least [NodeJS](https://nodejs.org/en/) v18.19.0 (v20/v22 recommended)
- At least [PostgreSQL](https://www.postgresql.org/) v12 (v16 recommended) with [PGroonga](https://pgroonga.github.io/) extension
- At least [Redis](https://redis.io/) v7
- At least [Redis](https://redis.io/) v7 or [Valkey](https://valkey.io/) v7
- Web Proxy (one of the following)
- Caddy (recommended)
- Nginx (recommended)
@ -15,7 +15,7 @@ Firefish depends on the following software.
- Caching server (**optional**, one of the following)
- [DragonflyDB](https://www.dragonflydb.io/)
- [KeyDB](https://keydb.dev/)
- Another [Redis](https://redis.io/) server
- Another [Redis](https://redis.io/) / [Valkey](https://valkey.io/) server
## Build dependencies
@ -30,8 +30,6 @@ This document shows an example procedure for installing these dependencies and F
If you want to use the pre-built container image, please refer to [`install-container.md`](./install-container.md).
If you do not prepare your environment as document, be sure to meet the minimum dependencies given at the bottom of the page.
Make sure that you can use the `sudo` command before proceeding.
## 1. Install dependencies