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:02] admingetting_started:20_install_ubuntu_nginx [2022/01/14 13:09] (current) – [Install RADIUSdesk] admin
Line 1: Line 1:
-====== Installing RADIUSdesk Full Version on Ubuntu 20.04 using Nginx ======+====== Installing RADIUSdesk on Ubuntu 20.04 using Nginx ======
 ===== Skills Required to Install ===== ===== Skills Required to Install =====
  
-To install RADIUSdesk Full Version you need sufficient knowledge and experience on Linux to:+To install RADIUSdesk you need sufficient knowledge and experience on Linux to:
   * Install the Linux operating system   * Install the Linux operating system
   * Edit text files from the terminal using a text editor like **Vi** or **Nano**.   * Edit text files from the terminal using a text editor like **Vi** or **Nano**.
Line 250: Line 250:
 ---------- ----------
  
-==== Install RADIUSdesk Full Version ==== +==== Install RADIUSdesk  ==== 
-  * The first part prepared everything to install **RADIUSdesk Full Version**.  +  * The first part prepared everything to install **RADIUSdesk**.  
-  * This part will go through the steps to install the latest **RADIUSdesk Full Version**.+  * This part will go through the steps to install the latest **RADIUSdesk**.
   * RADIUSdesk consists of three components.   * RADIUSdesk consists of three components.
     * **rd** directory with its contents contains all the HTML and JavaScript code and is used as the presentation layer.     * **rd** directory with its contents contains all the HTML and JavaScript code and is used as the presentation layer.
Line 265: Line 265:
 sudo systemctl restart php7.4-fpm sudo systemctl restart php7.4-fpm
 </code> </code>
-  * Download the latest code of **RADIUSdesk Full Version**.+  *  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 ===