Skip to content

Commit

Permalink
doc(readme): add standalone simple web server procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
frischHWC committed Dec 3, 2024
1 parent 9351b3b commit e57e6c5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit e57e6c5

Please sign in to comment.