diff options
author | Claudius | 2019-05-13 11:51:05 +0200 |
---|---|---|
committer | Claudius | 2019-05-13 19:37:21 +0200 |
commit | 1d403e183d50001bf0f20113d15994007b14696b (patch) | |
tree | 8942eb0c2dd344691bf3d2eaf6a524bbd3095707 /docs/setup | |
parent | df666dd2140c8955765972230260d6e4bd5de42a (diff) |
asyncified setting and verifying the password
Signed-off-by: Claudius <opensource@amenthes.de>
Diffstat (limited to 'docs/setup')
-rw-r--r-- | docs/setup/manual-setup.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/setup/manual-setup.md b/docs/setup/manual-setup.md index 82ed085c..b6128531 100644 --- a/docs/setup/manual-setup.md +++ b/docs/setup/manual-setup.md @@ -7,7 +7,6 @@ Manual Installation - Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8` - npm (and its dependencies, [node-gyp](https://github.com/nodejs/node-gyp#installation)) - yarn -- `libssl-dev` for building scrypt (see [here](https://github.com/ml1nk/node-scrypt/blob/master/README.md#installation-instructions) for further information) - Bash (for the setup script) - For **building** CodiMD we recommend to use a machine with at least **2GB** RAM |