mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 19:53:59 -05:00
Merge pull request #932 from hedgedoc/docs/supported-dbs
This commit is contained in:
commit
91044a82c1
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,14 @@
|
|||
# 2.0 Development Hints
|
||||
# 2.0 Development Notes
|
||||
This document collects notes and decisions taken during the development of HedgeDoc 2.0.
|
||||
It should be converted to a properly structured documentation, but having unstructured docs
|
||||
is better than having no docs.
|
||||
|
||||
## Supported databases
|
||||
We intend to officially support and test these databases:
|
||||
- SQLite (for development and smaller instances)
|
||||
- PostgreSQL
|
||||
- MariaDB
|
||||
|
||||
|
||||
## Dev Setup
|
||||
- Clone backend and frontend in two folders.
|
||||
|
|
Loading…
Reference in a new issue