1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00
calckey_ynh/doc/DISCLAIMER.md

22 lines
878 B
Markdown
Raw Normal View History

2022-12-22 12:31:47 +01:00
### Important points to read before installing
2022-12-22 12:29:55 +01:00
2022-12-22 12:31:47 +01:00
- *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.
2022-12-22 12:29:55 +01:00
Using screen in case of disconnects
2022-12-22 12:31:47 +01:00
```
2022-12-22 12:29:55 +01:00
sudo apt-get install screen
screen
2022-12-22 12:31:47 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/Calckey_ynh.git
```
2022-12-22 12:29:55 +01:00
Recover after disconnect:
2022-12-22 12:31:47 +01:00
```
2022-12-22 12:29:55 +01:00
screen -d
screen -r
2022-12-22 12:31:47 +01:00
```