Update Node requirements in manual setup guide

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-12-02 22:31:31 +01:00
parent d676008ff7
commit ece1bb8d56
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -1,7 +1,7 @@
# Manual Installation # Manual Installation
!!! info "Requirements on your server" !!! info "Requirements on your server"
- Node.js 12 or higher - Node.js `>= 12.20.0`, `>= 14.13.1` or `>= 16`. We recommend you run HedgeDoc with the latest release of Node 16.
- Database (PostgreSQL, MySQL, MariaDB, SQLite) - Database (PostgreSQL, MySQL, MariaDB, SQLite)
The database must use charset `utf8`. This is typically the default in PostgreSQL and SQLite. The database must use charset `utf8`. This is typically the default in PostgreSQL and SQLite.
In MySQL and MariaDB UTF-8 might need to be set with `alter database <DBNAME> character set utf8 collate utf8_bin;` In MySQL and MariaDB UTF-8 might need to be set with `alter database <DBNAME> character set utf8 collate utf8_bin;`