RADIUSdesk

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:20_install_ubuntu_nginx [2022/01/14 13:03] admingetting_started:20_install_ubuntu_nginx [2022/01/14 13:09] (current) – [Install RADIUSdesk] admin
Line 265: Line 265:
 sudo systemctl restart php7.4-fpm sudo systemctl restart php7.4-fpm
 </code> </code>
-  * Download the latest code of **RADIUSdesk**.+  *  Check out the **rdcore** git repository.
 <code bash> <code bash>
 cd /var/www cd /var/www
-sudo wget https://radiusdesk.com/downloads/images/rdcore.12.nov.21-0.tar.gz +sudo git clone https://github.com/RADIUSdesk/rdcore.git
-#Confirm the MD5sum +
-#md5sum rdcore.12.nov.21-0.tar.gz  +
-#353a17d289fa69c5e80f27b935248ec5  rdcore.12.nov.21-0.tar.gz +
-#Extract it  +
-sudo tar -xzvf rdcore.12.nov.21-0.tar.gz+
 </code> </code>
-  * This will create an **rd_code** directory containing some sub-folders.+  *  This will create an **rdcore** directory containing some sub-folders.
  
 === Create soft links === === Create soft links ===