Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
install_24_4 [2024/09/19 10:22] – [Install MariaDB] system | install_24_4 [2025/07/22 12:31] (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 ../ | ||
</ | </ | ||