-
Notifications
You must be signed in to change notification settings - Fork 70
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: Installation instructions for SLES #829
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.
Very good first draft, thank you.
See the remarks. The update to 15.5 is painful, but we need to do it.
0ce2ff8
to
4640a36
Compare
@aazam-gh still work in progress? |
@bjhuangr Yes, will be ready soon after testing on z/VM |
doc/source/setuphttpd.rst
Outdated
@@ -34,7 +34,7 @@ The last section of this chapter details about using tokens to enhance security. | |||
Tested RHEL 9.4 SLES 15.5 Ubuntu 24.04 |
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.
Tested RHEL 9.4 SLES 15.5 Ubuntu 24.04 | |
Tested RHEL 9.4 SLES 15 SP5 Ubuntu 24.04 |
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.
Done
Install the downloaded packages using the `zypper` command | ||
|
||
..code-block:: text | ||
|
||
# zypper install zthin-<version>-<release>.s390x.rpm | ||
# zypper install zvmsdk-<version>-<release>.noarch.rpm |
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.
Is this needed because the zypper install command is included in the quickstart section?
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 would prefer to duplicate that piece of information?
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.
For now in the current PR, keep the change as is.
As it is already present in the previous page, rather have the commands about starting/stopping the web server, which can be handled in a new PR.
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.
OK.
By the way, it seems to me that, when you install from packages, apache2 is automatically started, so you don't need instructions to start it in that specific case.
But maybe I'm starting to overthink 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 think you are thinking correctly but it does not hurt to restate that apache2 might need to be restarted.
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.
see last remarks
doc/source/setuphttpd.rst
Outdated
@@ -34,7 +34,7 @@ The last section of this chapter details about using tokens to enhance security. | |||
Tested RHEL 9.4 SLES 15.5 Ubuntu 24.04 | |||
====================== ================= ================= ================= | |||
Apache2 + uwsgi ✓ | |||
Apache2 + mod_wsgi ✓ | |||
Apache2 + mod_wsgi ✓ ✓ |
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 use three check marks on this line, we now also do Ubuntu with the mod_wsgi module for Apache
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.
Sure.
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.
That's 2 check marks now, not 3
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.
Done.
@@ -34,7 +34,7 @@ The last section of this chapter details about using tokens to enhance security. | |||
Tested RHEL 9.4 SLES 15.5 Ubuntu 24.04 | |||
====================== ================= ================= ================= | |||
Apache2 + uwsgi ✓ | |||
Apache2 + mod_wsgi ✓ | |||
Apache2 + mod_wsgi ✓ ✓ | |||
nginx + uwsgi |
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.
Add a check mark in "Ubuntu" column for nginx + uwsgi
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.
Noted.
doc/source/setuphttpd.rst
Outdated
@@ -82,7 +82,33 @@ To change that, you need to modify both Apache configuration and firewall rules. | |||
SUSE Linux Enterprise Server | |||
---------------------------- | |||
|
|||
(to be written). | |||
The following instructions are for SLES15 SP5. | |||
The RPM packages can be downloaded from (to be determined). |
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 put download URL here (from Virtualisation:feilong
)
same for RHEL, BTW
please check there are no more (to be determined)
remarks 😸
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.
Done
4640a36
to
290052f
Compare
d9b1207
to
b590805
Compare
Signed-off-by: aazam <[email protected]>
b590805
to
bf1028a
Compare
@bjhuangr This is ready to be merged. |
Updated
setuphttpd.rst
to include installation instructions for SLES