From e57e6c54604a7e84ff8b9a11ec5239b410d09934 Mon Sep 17 00:00:00 2001 From: Francois Risch Date: Tue, 3 Dec 2024 18:42:40 +0100 Subject: [PATCH] doc(readme): add standalone simple web server procedure --- README.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 92f6506..ea9c4b1 100755 --- a/README.adoc +++ b/README.adoc @@ -39,6 +39,8 @@ Datagen is made with: It is built for: - CDP 7.1.9+ +- AWS, GCP, Azure +- Docker & K8s Datagen is made as a Spring Boot project with dependencies on SDK to interact with various services. @@ -55,9 +57,15 @@ Datagen can be run in two ways: To make a fast and easy deployment, here is a procedure: -TODO: Add Procedure + wget https://datagen-repo.s3.eu-west-3.amazonaws.com/1.0.0/standalone/datagen-standalone-files.tar.gz -By default, TLS is activated and a user/password is required (**admin/admin** by default). + tar -xvzf datagen-standalone-files.tar.gz + cd datagen_standalone-1.0.0/ + + ./launch.sh + + +By default, TLS is de-activated and a user/password is required (**admin/admin** by default). === On CDP