mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
DEV: Update PostgreSQL and Redis versions (#19869)
* DEV: Update PostgreSQL and Redis versions * DEV: Update versions in main readme
This commit is contained in:
parent
a444023113
commit
b8bbdcf012
|
@ -30,7 +30,7 @@ To get your environment setup, follow the community setup guide for your operati
|
|||
|
||||
If you're familiar with how Rails works and are comfortable setting up your own environment, you can also try out the [**Discourse Advanced Developer Guide**](docs/DEVELOPER-ADVANCED.md), which is aimed primarily at Ubuntu and macOS environments.
|
||||
|
||||
Before you get started, ensure you have the following minimum versions: [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/), [PostgreSQL 13+](https://www.postgresql.org/download/), [Redis 6.2+](https://redis.io/download). If you're having trouble, please see our [**TROUBLESHOOTING GUIDE**](docs/TROUBLESHOOTING.md) first!
|
||||
Before you get started, ensure you have the following minimum versions: [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/), [PostgreSQL 13](https://www.postgresql.org/download/), [Redis 7](https://redis.io/download). If you're having trouble, please see our [**TROUBLESHOOTING GUIDE**](docs/TROUBLESHOOTING.md) first!
|
||||
|
||||
## Setting up Discourse
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re
|
|||
|
||||
### Software Requirements
|
||||
|
||||
- [Postgres 13+](https://www.postgresql.org/download/)
|
||||
- [Redis 6+](https://redis.io/download)
|
||||
- [Postgres 13](https://www.postgresql.org/download/)
|
||||
- [Redis 7](https://redis.io/download)
|
||||
- [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/)
|
||||
## Security
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user