Middleware: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
Central to the application is the database server; acumen utilises a database server called [https://mariadb.org/ MariaDB] - the database server runs within its own [https://www.docker.com/ Docker Container] | Central to the application is the database server; acumen utilises a database server called [https://mariadb.org/ MariaDB] - the database server runs within its own [https://www.docker.com/ Docker Container] | ||
=== Checking the container status === | |||
* Start an ssh session to the relevant application server; | |||
* At the prompt, type the following commands: | |||
# <code><user>@acumen-app-server:~$ cd ~/dockerise/</code> | |||
# <code><user>@acumen-app-server:~$ docker ps | grep mysql |
Revision as of 09:54, 7 July 2020
This page relates to the middleware components deployed to application servers.
Click here fto learn more about middleware.
Database
Central to the application is the database server; acumen utilises a database server called MariaDB - the database server runs within its own Docker Container
Checking the container status
- Start an ssh session to the relevant application server;
- At the prompt, type the following commands:
<user>@acumen-app-server:~$ cd ~/dockerise/
<user>@acumen-app-server:~$ docker ps | grep mysql