Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| install_24_4 [2024/09/19 10:22] – [Install MariaDB] system | install_24_4 [2026/03/04 09:28] (current) – system | ||
|---|---|---|---|
| Line 322: | Line 322: | ||
| cd /var/www | cd /var/www | ||
| sudo git clone https:// | sudo git clone https:// | ||
| + | </ | ||
| + | * It is further recommended that you include RD-Connect for users to manage their accounts. | ||
| + | <code bash> | ||
| + | cd /var/www | ||
| + | sudo git clone https:// | ||
| </ | </ | ||
| Line 335: | Line 340: | ||
| #For the RD Mobile UI | #For the RD Mobile UI | ||
| sudo ln -s ../ | sudo ln -s ../ | ||
| + | #For the RD-Connect Mobile UI | ||
| + | sudo ln -s ../ | ||
| </ | </ | ||
| Line 360: | Line 367: | ||
| #Some error messages may appear in the output, which is not a problem - no need to worry | #Some error messages may appear in the output, which is not a problem - no need to worry | ||
| sudo su | sudo su | ||
| - | mysql_tzinfo_to_sql | + | mariadb-tzinfo-to-sql |
| </ | </ | ||