-
Notifications
You must be signed in to change notification settings - Fork 175
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
[Docs] Specify Apache 2.4 required in README #3976
Conversation
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.
Please send this one to bugfix. 2.4 is required for 20.x, so it should be documented there too.
@driusan done! |
README.md
Outdated
@@ -25,9 +25,9 @@ Please consult the [LORIS Wiki Setup Guide](https://github.com/aces/Loris/wiki/S | |||
# Prerequisites for Installation | |||
|
|||
* LINUX (supported on Ubuntu 14+ and [CentOS 6.5](https://github.com/aces/Loris/blob/master/README.CentOS6.md)) |
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.
might want to also specify CentOS 7 here since apache 2.4 doesn't work on < 7
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.
Thanks, didn't know!
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.
As long as we're on the topic, maybe we should take out the line entirely. LORIS doesn't have any Linux-only dependencies.
55d3c9b
|
||
<b>Important:</b> | ||
* If you are upgrading your LORIS, you'll also want to upgrade to both PHP 7.2 and MySQL 5.7. |
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.
This still seems worth having.
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.
You don't think it's redundant given that we have a bulleted list of prereqs above?
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.
True, that makes sense.
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.
But I don't think "Important" is a very good title anymore. "Note" might be more accurate. If you don't specify --no-dev, you just get more dependencies installed.
* Apache **2.4** or higher | ||
* MySQL 5.7 | ||
* PHP <b>7.2</b> or higher | ||
* Package manager (for LINUX distributions) | ||
* Composer : should be run with --no-dev option |
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.
composer is still required. But maybe the line above it about needing a package manager should be removed while we're at it?
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.
I removed this line because it is basically a duplicate from line 36.
I'll remove the line above.
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.
It would make more sense to me to keep it here and delete it below, because installing it is still a prerequisite.
README.md
Outdated
* MySQL 5.7 | ||
* PHP <b>7.2</b> | ||
* Apache **2.4** or higher | ||
* MySQL 5.7 |
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.
or higher?
Could we also mention MariaDB? even if we haven't tested it fully
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.
I think @ridz1208 has tested it.
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.
Which version?
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.
10.3, I think. @ridz1208 ?
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.
@ridz1208 The MariaDB version is the only thing preventing this from being merged
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.
I am trying the new suggest changes feature.
Brief summary of changes
Specifiy that Apache 2.4 is required.
Heroku deploy is no longer "new" so that is removed.
This addresses issue...