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 [2025/07/22 12:31] systeminstall_24_4 [2026/07/06 21:09] (current) system
Line 327: Line 327:
 cd /var/www cd /var/www
 sudo git clone https://github.com/RADIUSdesk/rd_connect.git sudo git clone https://github.com/RADIUSdesk/rd_connect.git
 +</code>
 +  * If you feel brave you can also try out out latest RdClient for clients to manage a couple of APs, Mesh Nodes or Permanent Users.
 +<code bash>
 +cd /var/www
 +sudo git clone https://github.com/RADIUSdesk/rd_client.git
 </code> </code>
  
Line 342: Line 347:
 #For the RD-Connect Mobile UI #For the RD-Connect Mobile UI
 sudo ln -s ../rd_connect/build/production/RdConnect ./rd_connect sudo ln -s ../rd_connect/build/production/RdConnect ./rd_connect
 +#For the RD-Client Mobile UI
 +sudo ln -s ../rd_client/build/production/RdClient ./rd_client
 </code> </code>
  
Line 367: Line 374:
 #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.1753180298.txt.gz
  • Last modified: 2025/07/22 12:31
  • by system