diff --git a/documentation/modules/ROOT/assets/images/kubelogo.png b/documentation/modules/ROOT/assets/images/kubelogo.png deleted file mode 100644 index 13cb03c..0000000 Binary files a/documentation/modules/ROOT/assets/images/kubelogo.png and /dev/null differ diff --git a/documentation/modules/ROOT/assets/images/podman-cli.png b/documentation/modules/ROOT/assets/images/podman-cli.png new file mode 100644 index 0000000..ed9f323 Binary files /dev/null and b/documentation/modules/ROOT/assets/images/podman-cli.png differ diff --git a/documentation/modules/ROOT/assets/images/podman-desktop-feature.png b/documentation/modules/ROOT/assets/images/podman-desktop-feature.png new file mode 100644 index 0000000..b26cc4b Binary files /dev/null and b/documentation/modules/ROOT/assets/images/podman-desktop-feature.png differ diff --git a/documentation/modules/ROOT/assets/images/podman-desktop-overview.png b/documentation/modules/ROOT/assets/images/podman-desktop-overview.png new file mode 100644 index 0000000..2078cc6 Binary files /dev/null and b/documentation/modules/ROOT/assets/images/podman-desktop-overview.png differ diff --git a/documentation/modules/ROOT/pages/01-setup.adoc b/documentation/modules/ROOT/pages/01-setup.adoc deleted file mode 100644 index 916ee54..0000000 --- a/documentation/modules/ROOT/pages/01-setup.adoc +++ /dev/null @@ -1,29 +0,0 @@ -= Setup -include::_attributes.adoc[] - -[#prerequisite] -== Prerequisite CLI tools - -include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-common/master/prerequisites-kubernetes.adoc[] -|=== - -include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-common/master/optional-requisites.adoc[] -|=== - -[#minikube] -== Setup Kubernetes - -:profile: my_profile - -include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-common/master/kubernetes-setup.adoc[] - -And then you are ready for start using Kubernetes: - -image::kubelogo.png[] - -[#downloadtutorial] -== Get tutorial sources - -:tutorial-url: https://github.com/redhat-developer-demos/rhd-tutorial-common.git -:folder: my_folder -include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-common/master/download-sources.adoc[] \ No newline at end of file diff --git a/documentation/modules/ROOT/pages/02-deploy.adoc b/documentation/modules/ROOT/pages/02-deploy.adoc deleted file mode 100644 index 3dd89f5..0000000 --- a/documentation/modules/ROOT/pages/02-deploy.adoc +++ /dev/null @@ -1,43 +0,0 @@ -= Deploy Service -include::_attributes.adoc[] - -[#service] -== The Service - -The code: - -[.lines_7] -[.console-input] -[source, java,subs="+macros,+attributes"] ----- -public class Main { - - public static void main(String[] args) { - - } - -} - -./mvnw compile ----- - -[#package] -== Packaging the Service - -You can package the next bash script: - -[source,bash,subs="+macros,+attributes"] ----- -include::example$run.sh[] ----- - -[#deploy] -== Deploy the Service - -And then you can deploy the service and execute commands inside: - -:podname: apps - -include::partial$exec_pod.adoc[] - -:!podname: \ No newline at end of file diff --git a/documentation/modules/ROOT/pages/intro.adoc b/documentation/modules/ROOT/pages/intro.adoc deleted file mode 100644 index e69de29..0000000 diff --git a/documentation/modules/ROOT/pages/setup.adoc b/documentation/modules/ROOT/pages/setup.adoc new file mode 100644 index 0000000..48e4e19 --- /dev/null +++ b/documentation/modules/ROOT/pages/setup.adoc @@ -0,0 +1,35 @@ += Podman Desktop Setup + +== Prerequisites + +While containers are linux, Podman Desktop is designed to run on macOS, Windows, and Linux thanks to the https://docs.podman.io/en/stable/markdown/podman-machine.1.html[podman-machine]. + +== Installing Podman Desktop + +Visit the official https://podman-desktop.io/downloads[Podman Desktop download page] to get the right installer for your operating system: + +[options="header"] +|=== +|**macOS**|**Windows**|**Linux** +| https://podman-desktop.io/downloads/macos/[Podman Desktop for Mac, window="_blank"] +| https://podman-desktop.io/downloads/windows[Podman Desktop for Windows, window="_blank"] +| https://podman-desktop.io/downloads/linux[Podman Desktop for Linux, window="_blank"] +|=== + +Run the Installer: + + * **macOS:** Double-click the downloaded .dmg file and follow the on-screen instructions. + * **Windows:** Double-click the downloaded .exe file and follow the installer wizard. The guide will walk you through enabling WSL2 if needed. + * **Linux:** Follow the flatpak instructions for your specific distribution. + +image::podman-desktop-overview.png[Podman Desktop Overview, 600] + +=== Installing Podman CLI + +Looking to install the Podman CLI itself? Check out the official Podman page to download the right installer: https://podman.io/[podman.io, window="_blank"] + +image::podman-cli.png[Podman CLI, 600] + +== Ready to Go! + +Proceed to the next section to begin your Podman Desktop journey. \ No newline at end of file