Installation¶
Prerequisites¶
Follow the official Docker documentation for Ubuntu:
https://docs.docker.com/engine/install/ubuntu/
Then execute the following commands:
First-Time Docker Login¶
You must authenticate once to download images from Docker Hub:
Verify Installation¶
Run the following test container:
If everything is working properly, Docker should display a confirmation message.
Install OpenJTS¶
1. Create a Dedicated User¶
From the root account, create a dedicated user for OpenJTS:
2. Switch to the New User¶
3. Clone the Repository¶
Create a working directory and clone the OpenJTS repository:
Note: The last dot "." is useful. Don't miss it.
4. Build the Stack¶
Navigate to the compose directory and build all containers:
The stack images will now be built locally. You are ready to proceed with the configuration phase.