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:03] – admin | getting_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 | ||
</ | </ | ||
- | * 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 === |