-
Notifications
You must be signed in to change notification settings - Fork 21
Add updated installation instructions based on openSUSE Tumbleweed, using the product. Add note with the list of packages for installation on other host OSs #171
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -183,19 +183,29 @@ <h5>Quickstart Installation Instructions</h5> | |||||
| <p>5. Refresh the repository list and accept the key:</p> | ||||||
| <code># zypper ref</code> | ||||||
|
|
||||||
| <p>6. Install the container tools:</p> | ||||||
| <code># zypper in mgradm mgrctl mgradm-bash-completion mgrctl-bash-completion uyuni-storage-setup-server</code> | ||||||
| <p>6. Install the Uyuni-Server product, which contains the container tools:</p> | ||||||
| <code># zypper in -t product Uyuni-Server</code> | ||||||
|
|
||||||
| In case of using a different host OS (Ubuntu, Debian...), in general anything not based on (open)SUSE products), the packages to be installed are: | ||||||
| <code> | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| mgradm | ||||||
| mgrctl | ||||||
| mgradm-bash-completion | ||||||
| podman | ||||||
| uyuni-storage-setup-server | ||||||
| </code> | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
And similar changes for the packages. This is not for rendering, but rather to keep the HTML structure with the right indentation |
||||||
|
|
||||||
| <p>7. From the terminal run the following command as root:</p> | ||||||
| <code># mgradm install podman</code> | ||||||
|
|
||||||
| <p>8. Input a password for the CA certificate, an administrative account password and your email for notifications:</p> | ||||||
| <p>8. Input a password for the CA certificate and an administrative account password:</p> | ||||||
| <code># mgradm install podman<br> | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You could maybe fix the indentation for this and the next lines as well, since you are fixing this section. |
||||||
| 3:07PM INF Welcome to mgradm<br> | ||||||
| 3:07PM INF Executing command: podman<br> | ||||||
| Password for the CA certificate to generate:<br> | ||||||
| 2:09PM INF Starting mgradm install podman<br> | ||||||
| 2:09PM INF Use of this software implies acceptance of the End User License Agreement.<br> | ||||||
| Password for the CA key to generate:<br> | ||||||
| Confirm the password:<br> | ||||||
| Administrator password:<br> | ||||||
| Administrator's email: admin@example.com</code> | ||||||
| Confirm the password:</code> | ||||||
|
|
||||||
| <p>9. The container will take some minutes to deploy.</p> | ||||||
|
|
||||||
|
|
||||||
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.