Skip to content

Commit 5d56129

Browse files
Update howto-deploy-java-jboss-enterprise-application-platform-app.md
1 parent 8e24917 commit 5d56129

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ This article uses the Azure Marketplace offer for JBoss EAP to accelerate your j
2222

2323
- A local developer command line with a UNIX-like command environment (for example, Ubuntu, macOS, or Windows Subsystem for Linux) and Azure CLI installed. To learn how to install the Azure CLI, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
2424

25-
- The `mysql` CLI. For instructions see [How To Install MySQL](https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04).
25+
- The `mysql` CLI. The CLI can be installed with the following commands.
2626

27+
```azurecli-interactive
28+
sudo apt update
29+
sudo apt install mysql-server
30+
```
31+
2732
> [!NOTE]
2833
> You can also execute this guidance from the [Azure Cloud Shell](/azure/cloud-shell/quickstart). This approach has all the prerequisite tools pre-installed.
2934
>
@@ -173,7 +178,7 @@ The following sections show you how to set up Azure Database for MySQL - Flexibl
173178

174179
The application is a Jakarta EE application backed by a MySQL database, and is deployed to the OpenShift cluster using Source-to-Image (S2I). For more information about S2I, see the [S2I Documentation](http://red.ht/eap-aro-s2i).
175180

176-
Open a shell, or Cloud Shell, and set the following environment variables. Replace the substitutions as appropriate.
181+
Open a shell and set the following environment variables. Replace the substitutions as appropriate.
177182

178183
```azurecli-interactive
179184
RG_NAME=<resource-group-name>

0 commit comments

Comments
 (0)