Skip to content

Download PayNow GitHub Repo

Open a new terminal window or tab with the KVM Standard Guest profile

From your terminal window with the RHEL Host profile, click on File in the menu bar and then, according to your preferences, select either New Tab or New Window, and, from either choice, select 1. KVM Standard Guest

Choosing a new tab offers compactness but you won't be able to see both the RHEL Host tab and the KVM Standard Guest tab at the same time- you have to switch back and forth by clicking the appropriate tab header at the top. Choosing a new window allows you to drag your windows or otherwise rearrange them so that you can see both windows on your screen. The choice is yours. Advanced students may wish to open more windows and tabs but the lab is written with the assumption that you have just one window or tab with the RHEL Host profile and just one window or tab with the KVM Standard Guest profile.

Your window or tab should like like this (unless you customized the profile we provided you):

You're now ready to log in to your Ubuntu KVM guest:

ssh -p ${Student_SSH_Port} -l student 192.168.22.64
Example messages logging into Ubuntu KVM guest
silliman@nat-147 ~ % ssh -p ${Student_SSH_Port} -l student 192.168.22.64

Last login: Thu Feb  9 19:32:09 2023 from 192.168.215.147
student@ubuntu2204:~$

Download the PayNow demo from GitHub:

git clone https://github.com/ibm-hyper-protect/paynow-website 
Example output from git clone
Cloning into 'paynow-website'...
remote: Enumerating objects: 126, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 126 (delta 10), reused 14 (delta 4), pack-reused 96
Receiving objects: 100% (126/126), 1.53 MiB | 7.89 MiB/s, done.
Resolving deltas: 100% (43/43), done.

Switch to the paynow-website directory which was just created by the git clone comamand:

cd paynow-website && pwd
Example output after switching directories
/home/student/paynow-website

You may proceed to the next section of the lab by clicking the Next link at the bottom right of this page.


Last update: April 25, 2023
Created: April 25, 2023