Update db versions and mirror readme to strapi package

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
derrickmehaffy 2022-08-31 08:05:55 -07:00
parent 29410dd8fb
commit 78c45c95a8
2 changed files with 23 additions and 12 deletions

View File

@ -91,10 +91,12 @@ Complete installation requirements can be found in the documentation under <a hr
**Database:** **Database:**
- MySQL >= 5.7.8 | Database | Minimum | Recommended |
- MariaDB >= 10.2.7 | ---------- | ------- | ----------- |
- PostgreSQL >= 10 | MySQL | 5.7.8 | 8.0 |
- SQLite >= 3 | MariaDB | 10.3 | 10.6 |
| PostgreSQL | 11.0 | 14.0 |
| SQLite | 3 | 3 |
**We recommend always using the latest version of Strapi to start your new projects**. **We recommend always using the latest version of Strapi to start your new projects**.

View File

@ -1,8 +1,12 @@
<p align="center"> <p align="center">
<a href="https://strapi.io"> <a href="https://strapi.io/#gh-light-mode-only">
<img src="https://strapi.io/assets/strapi-logo-dark.svg" width="318px" alt="Strapi logo" /> <img src="https://strapi.io/assets/strapi-logo-dark.svg" width="318px" alt="Strapi logo" />
</a> </a>
<a href="https://strapi.io/#gh-dark-mode-only">
<img src="https://strapi.io/assets/strapi-logo-light.svg" width="318px" alt="Strapi logo" />
</a>
</p> </p>
<h3 align="center">API creation made simple, secure and fast.</h3> <h3 align="center">API creation made simple, secure and fast.</h3>
<p align="center">The most advanced open-source headless CMS to build powerful APIs with no effort.</p> <p align="center">The most advanced open-source headless CMS to build powerful APIs with no effort.</p>
<p align="center"><a href="https://strapi.io/demo">Try live demo</a></p> <p align="center"><a href="https://strapi.io/demo">Try live demo</a></p>
@ -18,6 +22,9 @@
<a href="https://discord.strapi.io"> <a href="https://discord.strapi.io">
<img src="https://img.shields.io/discord/811989166782021633?label=Discord" alt="Strapi on Discord" /> <img src="https://img.shields.io/discord/811989166782021633?label=Discord" alt="Strapi on Discord" />
</a> </a>
<a href="https://github.com/strapi/strapi/actions/workflows/nightly.yml">
<img src="https://github.com/strapi/strapi/actions/workflows/nightly.yml/badge.svg" alt="Strapi Nightly Release Build Status" />
</a>
</p> </p>
<br> <br>
@ -79,15 +86,17 @@ Complete installation requirements can be found in the documentation under <a hr
**Node:** **Node:**
- NodeJS >= 12 <= 16 - NodeJS >= 14 <= 16
- NPM >= 6.x - NPM >= 6.x
**Database:** **Database:**
- MySQL >= 5.7.8 | Database | Minimum | Recommended |
- MariaDB >= 10.2.7 | ---------- | ------- | ----------- |
- PostgreSQL >= 10 | MySQL | 5.7.8 | 8.0 |
- SQLite >= 3 | MariaDB | 10.3 | 10.6 |
| PostgreSQL | 11.0 | 14.0 |
| SQLite | 3 | 3 |
**We recommend always using the latest version of Strapi to start your new projects**. **We recommend always using the latest version of Strapi to start your new projects**.
@ -114,7 +123,7 @@ For general help using Strapi, please refer to [the official Strapi documentatio
- [Discord](https://discord.strapi.io) (For live discussion with the Community and Strapi team) - [Discord](https://discord.strapi.io) (For live discussion with the Community and Strapi team)
- [GitHub](https://github.com/strapi/strapi) (Bug reports, Contributions) - [GitHub](https://github.com/strapi/strapi) (Bug reports, Contributions)
- [Community Forum](https://forum.strapi.io) (Questions and Discussions) - [Community Forum](https://forum.strapi.io) (Questions and Discussions)
- [Roadmap & Feature Requests](https://feedback.strapi.io/) - [Feedback section](https://feedback.strapi.io) (Roadmap, Feature requests)
- [Twitter](https://twitter.com/strapijs) (Get the news fast) - [Twitter](https://twitter.com/strapijs) (Get the news fast)
- [Facebook](https://www.facebook.com/Strapi-616063331867161) - [Facebook](https://www.facebook.com/Strapi-616063331867161)
- [YouTube Channel](https://www.youtube.com/strapi) (Learn from Video Tutorials) - [YouTube Channel](https://www.youtube.com/strapi) (Learn from Video Tutorials)
@ -125,7 +134,7 @@ Follow our [migration guides](https://docs.strapi.io/developer-docs/latest/updat
## Roadmap ## Roadmap
Check out our [roadmap](https://feedback.strapi.io/) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature. Check out our [roadmap](https://feedback.strapi.io) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
## Documentation ## Documentation