diff --git a/pages/stable-version.html b/pages/stable-version.html index efad678..2d4c69e 100644 --- a/pages/stable-version.html +++ b/pages/stable-version.html @@ -183,19 +183,29 @@
Quickstart Installation Instructions

5. Refresh the repository list and accept the key:

# zypper ref -

6. Install the container tools:

- # zypper in mgradm mgrctl mgradm-bash-completion mgrctl-bash-completion uyuni-storage-setup-server +

6. Install the Uyuni-Server product, which contains the container tools:

+ # zypper in -t product Uyuni-Server + + 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: + + mgradm + mgrctl + mgradm-bash-completion + podman + uyuni-storage-setup-server +

7. From the terminal run the following command as root:

# mgradm install podman -

8. Input a password for the CA certificate, an administrative account password and your email for notifications:

+

8. Input a password for the CA certificate and an administrative account password:

# mgradm install podman
- 3:07PM INF Welcome to mgradm
- 3:07PM INF Executing command: podman
- Password for the CA certificate to generate:
+ 2:09PM INF Starting mgradm install podman
+ 2:09PM INF Use of this software implies acceptance of the End User License Agreement.
+ Password for the CA key to generate:
+ Confirm the password:
Administrator password:
- Administrator's email: admin@example.com
+ Confirm the password:

9. The container will take some minutes to deploy.