This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:20_install_ubuntu_nginx [2022/01/14 13:02] – admin | getting_started:20_install_ubuntu_nginx [2022/01/14 13:09] (current) – [Install RADIUSdesk] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Installing RADIUSdesk | + | ====== Installing RADIUSdesk on Ubuntu 20.04 using Nginx ====== |
===== Skills Required to Install ===== | ===== Skills Required to Install ===== | ||
- | To install RADIUSdesk | + | 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 | + | ==== Install RADIUSdesk |
- | * The first part prepared everything to install **RADIUSdesk | + | * The first part prepared everything to install **RADIUSdesk**. |
- | * This part will go through the steps to install the latest **RADIUSdesk | + | * 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 | ||
</ | </ | ||
- | * Download | + | * Check out the **rdcore** git repository. |
<code bash> | <code bash> | ||
cd /var/www | cd /var/www | ||
- | sudo wget https://radiusdesk.com/downloads/ | + | sudo git clone https://github.com/RADIUSdesk/rdcore.git |
- | #Confirm the MD5sum | + | |
- | #md5sum rdcore.12.nov.21-0.tar.gz | + | |
- | # | + | |
- | #Extract it | + | |
- | sudo tar -xzvf rdcore.12.nov.21-0.tar.gz | + | |
</ | </ | ||
- | * 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 === |