This guide provides instructions for deploying the Talisman Platform for trial purposes using Docker Compose.
This deployment method includes all essential components required to run the platform within a Docker environment, ensuring a smooth and efficient setup process.
Components
The trial deployment option includes the following components:
Talisman Application
PostgreSQL database
Gitea Git Repository
Reposilite for a Maven Repository for Java artifacts
Docker image registry to store and manage project container images
Prerequisites
Server or Virtual machine with Red Hat Enterprise Linux 8,9 or Ubuntu Server 22.04 installed
Navigate to the directory containing your docker-compose.yaml file and run the following command:
dockercomposeup
3. Access Talisman Platform:
Once the container is up and running, you can access the Talisman Platform web interface for demonstration purposes using the default username and password admin:talisman. Open your web browser and navigate to http://localhost:8080.
Important Note: This username and password should be changed.