Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| install_24_4 [2026/08/15 05:52] – system | install_24_4 [2026/08/15 07:32] (current) – system | ||
|---|---|---|---|
| Line 301: | Line 301: | ||
| * 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. | ||
| - | * **cake4** is a CakePHPv4 application and can be considered the engine room. This is where the data is processed before it is displayed by the presentation layer. | + | * **cake4** is a CakePHPv5 (It was CakePHPv4 |
| * **login** is a directory with various login pages that are managed centrally via the **RADIUSdesk Dynamic Login Pages** applet. | * **login** is a directory with various login pages that are managed centrally via the **RADIUSdesk Dynamic Login Pages** applet. | ||
| * Later we will create various symbolic links from locations within the **rdcore** directory to locations within the document root directory of the web server. | * Later we will create various symbolic links from locations within the **rdcore** directory to locations within the document root directory of the web server. | ||
| Line 458: | Line 458: | ||
| * To activate the cron scripts, execute the following command, which adds the **RADIUSdesk** cron scripts to the cron system | * To activate the cron scripts, execute the following command, which adds the **RADIUSdesk** cron scripts to the cron system | ||
| <code bash> | <code bash> | ||
| - | sudo cp / | + | sudo cp / |
| </ | </ | ||
| * If you want to change the default intervals at which the scripts are executed, simply edit the file / | * If you want to change the default intervals at which the scripts are executed, simply edit the file / | ||
| Line 464: | Line 464: | ||
| ===== Add LETSENCRYPT certificate ===== | ===== Add LETSENCRYPT certificate ===== | ||
| <alert type=" | <alert type=" | ||
| - | Since Ubuntu 24.04 has not yet been released, we will use the instructions for 22.04, which should work just as well | + | Since instructions for Ubuntu 24.04 has not yet been released, we will use the instructions for 22.04, which should work just as well |
| </ | </ | ||
| * Instead of repeating the existing documentation, | * Instead of repeating the existing documentation, | ||