This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
getting_started:12_install_pi_nginx [2023/11/03 00:25] admin [Change Ownerships] |
getting_started:12_install_pi_nginx [2023/11/03 00:34] (current) admin [The Database] |
||
|---|---|---|---|
| Line 199: | Line 199: | ||
| </ | </ | ||
| ==== The Database ==== | ==== The Database ==== | ||
| - | * Make sure the timezone on the server is set to UTC | + | * Make sure the timezone on the server is set to UTC (You can use **sudo raspi-config**) |
| * Populate the timezone data on the DB | * Populate the timezone data on the DB | ||
| <code bash> | <code bash> | ||
| Line 284: | Line 284: | ||
| </ | </ | ||
| * If you want to change the default intervals at which the scripts get executed, just edit the / | * If you want to change the default intervals at which the scripts get executed, just edit the / | ||
| + | |||
| + | ===== Add LETSENCRYPT certificate ===== | ||
| + | * Rather than repeating existing documentation we will just add a URL with the instructions to do it. | ||
| + | * You might want to run the following first before going to the instructions in the URL | ||
| + | <code bash> | ||
| + | sudo apt-get update | ||
| + | sudo apt-get -y install software-properties-common | ||
| + | </ | ||
| + | * https:// | ||
| + | ===== Next steps ===== | ||
| + | * Be sure to also install FreeRADIUS | ||
| + | |||
| + | |||