| ... | ... | @@ -40,6 +40,10 @@ Provision a Linux server. As a reference, the National Domibus server is running |
|
|
|
|
|
|
|
Ensure your server is publicly accessible from the internet through a public IP. The instructions are demonstrated on an `Ubuntu 22.04 Jammy Jellyfish` server, but other Linux distributions are also compatible.
|
|
|
|
|
|
|
|
Make sure those ports are opened (TCP protocol):
|
|
|
|
- **8080** (HTTP port)
|
|
|
|
- **3306** (MySQL port)
|
|
|
|
|
|
|
|
To begin the setup, ensure you have the following:
|
|
|
|
- [Docker](https://docs.docker.com/engine/install/ubuntu/) installed
|
|
|
|
- The capability to generate a `Java KeyStore`, you have the option to install the headless version of `OpenJDK-17`, like `OpenJDK-17-jre-headless`.
|
| ... | ... | |
| ... | ... | |