Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documantation Ngnix #13

Open
rallep71 opened this issue Jul 17, 2022 · 0 comments
Open

Documantation Ngnix #13

rallep71 opened this issue Jul 17, 2022 · 0 comments

Comments

@rallep71
Copy link

rallep71 commented Jul 17, 2022

https://github.com/RADIUSdesk/rdcore/wiki/Prepare-RdCore-on-Ubuntu-20.04

Create an info.php file and confirm that it interprets PHP properly

sudo vi /usr/share/nginx/html/info.php ? so what?

sudo vi /var/www/html/info,php ,

sudo vi /etc/nginx/sites-enabled/default docroot is in default never set /usr/share/nginx/html/ ! or is there another reason.

Great project, am just starting out, and hope to get it running according to dukomentation

mariadb secure instalation

sudo apt-get -y install mariadb-server php-mysql
sudo systemctl enable mariadb
sudo systemctl restart mariadb
sudo systemctl status mariadb
sudo mysql_secure_installation

Next...
#NOTE FAILING THIS STEP will break the RADIUS graphs
sudo su
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql

root@radiusdesk:/var/www/html# mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it.

=?????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant