mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Raise minimum required Node.js version to 12
As Node 10 will be EOL at April 30th, we should stop supporting and/or promoting the usage of that version. See also https://endoflife.date/nodejs Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
5cef3d4ac7
commit
e1df30bd5c
4 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Manual Installation
|
||||
|
||||
!!! info "Requirements on your server"
|
||||
- Node.js 10.13 or higher
|
||||
- Node.js 12 or higher
|
||||
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL)
|
||||
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;`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue