mirror of
https://github.com/strapi/strapi.git
synced 2025-11-07 05:38:13 +00:00
Update Database and Node specs per Strapi
This commit is contained in:
parent
1372e40ff2
commit
b93a5c8789
19
README.md
19
README.md
@ -34,18 +34,23 @@ ecosystem has been introduced. **Both versions are available, we still recommend
|
|||||||
|
|
||||||
#### Alpha
|
#### Alpha
|
||||||
|
|
||||||
The alpha has support for the latest version of Node.js (v9) and npm (v5).
|
The alpha has support for the latest version of Node.js (v10) and npm (v6).
|
||||||
```bash
|
```bash
|
||||||
npm install strapi@alpha -g
|
npm install strapi@alpha -g
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Requirements
|
##### Requirements
|
||||||
```
|
|
||||||
NodeJS >= 9
|
Node:
|
||||||
MongoDB >= 2.6
|
* NodeJS >= 10.x
|
||||||
MySQL >= 2.6
|
* NPM >= 6.x
|
||||||
PostgreSQL >= 10
|
|
||||||
```
|
Database:
|
||||||
|
* MongoDB >= 3.x
|
||||||
|
* MySQL >= 5.6
|
||||||
|
* MariaDB >= 10.1
|
||||||
|
* PostgreSQL >= 10
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Stable
|
#### Stable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user