From 026009c5c40ecbb26357339742c7edb4d4206146 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:31:47 +0100 Subject: [PATCH] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 0981262..30a50d5 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,19 +1,21 @@ -Important points to read before installing +### Important points to read before installing - Calckey requires a dedicated root domain, e.g. calckey.domain.tld - Due to Cypress dependency, Misskey only works on 64-bit CPU machines. - Calckey can take quite some time to install (more then 30 minutes). So take out some time and grab yourself a coffee. - If installing from command line, using screen is recommended to avoid disconnection. See below. - After installation, first page can take time to load and may show timeout error. Give it time to make itself ready for you. Refresh the page after 2 or 3 minutes. - The first account created will be an admin user and will have all the admin rights. +- *Calckey* requires a dedicated root domain, e.g. `Calckey.domain.tld` +- Due to Cypress dependency, *Calckey* only works on 64-bit CPU machines. +- *Calckey* can take quite some time to install (more then 30 minutes). So take out some time and grab yourself a coffee. +- If installing from command line, using `screen` is recommended to avoid disconnection. See below. +- After installation, first page can take time to load and may show timeout error. Give it time to make itself ready for you. Refresh the page after 2 or 3 minutes. +- The first account created will be an admin user and will have all the admin rights. Using screen in case of disconnects +``` sudo apt-get install screen screen -sudo yunohost app install https://github.com/YunoHost-Apps/calckey_ynh.git - +sudo yunohost app install https://github.com/YunoHost-Apps/Calckey_ynh.git +``` Recover after disconnect: - +``` screen -d screen -r +```