mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Update supported node versions in docs
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
6a916d060a
commit
7b3b6ad7ac
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Manual Installation
|
# Manual Installation
|
||||||
|
|
||||||
!!! info "Requirements on your server"
|
!!! info "Requirements on your server"
|
||||||
- Node.js 16
|
- Node.js 16 or later
|
||||||
Newer versions are NOT supported. We recommend to run HedgeDoc with the latest release of Node 16.
|
We recommend to run HedgeDoc with the latest LTS release of Node.js.
|
||||||
- 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;`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue