Release Trial Install
You can quickly evaluate Digital.ai Release using a free trial license. This guide walks you through installing Release either as a Docker container or directly on your system (JVM-based install). Both methods are intended for short-term, non-production use and provide a simple way to explore Release features before committing to a full deployment.
For a complete list of supported platforms, databases, browsers, and advanced requirements, see Requirements for installing Release.
Trial Installation Using Docker
To get started with a Docker-based trial installation, ensure your environment meets the following prerequisites:
Prerequisites
- Docker: Must be installed and running. See Get Docker.
- Operating System: Windows, Mac OS, Ubuntu, or RHEL.
- Hardware: Minimum 8GB RAM and quad-core CPU recommended.
Pull the Release image from DockerHub
- Start Docker.
- Open a terminal or command prompt.
- Run the following command to download and start the Release container from Docker Hub:
- Unix / Linux / macOS
- Windows
docker run \
-e "ADMIN_PASSWORD=admin" \
-e "ACCEPT_EULA=Y" \
-p 5516:5516 \
--name xl-release \
xebialabs/xl-release:25.1
docker run ^
-e "ADMIN_PASSWORD=admin" ^
-e "ACCEPT_EULA=Y" ^
-p 5516:5516 ^
--name xl-release ^
xebialabs/xl-release:25.1
The ADMIN_PASSWORD
environment variable is set to admin
for demonstration. Change it to a password of your choice if needed.
- Once the container starts, access Release in your browser at http://localhost:5516/.
- When prompted for login, use:
- Username:
admin
- Password:
admin
(or the value you set forADMIN_PASSWORD
)
- Username:
Docker Trial License Information
Docker images use a 7-day trial license by default.
Property | Value |
---|---|
License Validity | 7 Days |
Maximum number of users | 10 users |
Trial Installation Using JVM
Before proceeding with a JVM-based trial installation, make sure your environment satisfies these prerequisites: