mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 17:16:28 +02:00
chore: up nodejs requirement
This commit is contained in:
10
README.md
10
README.md
@@ -39,14 +39,14 @@ Our minimalist "Harmony" theme gets you going right away, no coding experience r
|
||||
|
||||
NodeBB requires the following software to be installed:
|
||||
|
||||
* A version of Node.js at least 20 or greater ([installation/upgrade instructions](https://github.com/nodesource/distributions))
|
||||
* A version of Node.js at least 22 or greater ([installation/upgrade instructions](https://github.com/nodesource/distributions))
|
||||
* MongoDB, version 5 or greater **or** Redis, version 7.2 or greater
|
||||
* If you are using [clustering](https://docs.nodebb.org/configuring/scaling/) you need Redis installed and configured.
|
||||
* nginx, version 1.3.13 or greater (**only if** intending to use nginx to proxy requests to a NodeBB)
|
||||
* (Optional) [Docker](https://docs.docker.com/get-docker/) for container-based setup
|
||||
|
||||
> Installation steps vary by operating system. Please follow the official documentation links above.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
[Please refer to platform-specific installation documentation](https://docs.nodebb.org/installing/os).
|
||||
@@ -68,9 +68,9 @@ This approach helps you understand how NodeBB works internally.
|
||||
3. Start the application ```` ./nodebb start ````
|
||||
|
||||
**During setup, you will configure:**
|
||||
- Database (MongoDB / Redis)
|
||||
- Admin account
|
||||
- Port (default: 4567)
|
||||
- Database (MongoDB / Redis)
|
||||
- Admin account
|
||||
- Port (default: 4567)
|
||||
|
||||
### Option 2: Docker Setup (Quick & Isolated)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user