Update Database and Node specs per Strapi

This commit is contained in:
DMehaffy 2018-08-21 01:25:06 -07:00
parent 1372e40ff2
commit b93a5c8789

View File

@ -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