-
Notifications
You must be signed in to change notification settings - Fork 69
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
Update software requirements docs to expunge Centos 7 #1931
Conversation
Also fix some other errors about ssl config and clarify timezone setting reqs
docs/software-requirements.md
Outdated
@@ -136,28 +120,31 @@ Additional Notes | |||
### PHP | |||
|
|||
Open XDMoD is tested to work with the versions of PHP that is supplied with | |||
Centos 7 (PHP 5.4.16) and Rocky 8 (PHP 7.2.24). Open XDMoD is not compatible | |||
with PHP 8 at this time. | |||
Rocky 8 (PHP 7.4.24). Open XDMoD {{ page.sw_version }} is not compatible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a heads up that the version installed for PHP 7.4 ( as of the writing of this comment ) is 7.4.33.
docs/software-requirements.md
Outdated
@@ -169,7 +156,7 @@ network access. | |||
|
|||
### MySQL | |||
|
|||
Open XDMoD is tested to work with MariaDB 5.5.60 and 10.3.28, and may be | |||
Open XDMoD is tested to work with MariaDB 10.3.28, and may be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
akin to my other comment, the current version of mariadb that's installed is 10.3.39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just those two previous comments, but otherwise looks good.
Also fix some other errors about ssl config and clarify timezone setting reqs