Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
install_24_4 [2024/09/19 10:22] – [Install MariaDB] systeminstall_24_4 [2026/03/04 09:28] (current) system
Line 322: Line 322:
 cd /var/www cd /var/www
 sudo git clone https://github.com/RADIUSdesk/rd_mobile.git sudo git clone https://github.com/RADIUSdesk/rd_mobile.git
 +</code>
 +  * It is further recommended that you include RD-Connect for users to manage their accounts.
 +<code bash>
 +cd /var/www
 +sudo git clone https://github.com/RADIUSdesk/rd_connect.git
 </code> </code>
  
Line 335: Line 340:
 #For the RD Mobile UI #For the RD Mobile UI
 sudo ln -s ../rd_mobile/build/production/RdMobile ./rd_mobile sudo ln -s ../rd_mobile/build/production/RdMobile ./rd_mobile
 +#For the RD-Connect Mobile UI
 +sudo ln -s ../rd_connect/build/production/RdConnect ./rd_connect
 </code> </code>
  
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 /usr/share/zoneinfo | mysql -u root  mysql+mariadb-tzinfo-to-sql /usr/share/zoneinfo | sudo mysql -u root mysql
 </code> </code>
  
  • install_24_4.1726734150.txt.gz
  • Last modified: 2024/09/19 10:22
  • by system