From d91523ab64559e9b61b524159afa2698330f49bc Mon Sep 17 00:00:00 2001 From: Toncheva Date: Thu, 1 Nov 2018 13:19:39 +0200 Subject: [PATCH] Addding a readme file for the sag-cc-repos-ga template --- templates/sag-cc-repos-ga/README.md | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 templates/sag-cc-repos-ga/README.md diff --git a/templates/sag-cc-repos-ga/README.md b/templates/sag-cc-repos-ga/README.md new file mode 100644 index 00000000..d40ae687 --- /dev/null +++ b/templates/sag-cc-repos-ga/README.md @@ -0,0 +1,45 @@ + +# Command Central Internal GA Product and Fix Repositories + +Use this template to create internal GA Software AG product and fix repositories in Command Central that replicate the production repositories, provided to Software AG customers. + +## Requirements + +### Supported Software AG releases + +* Command Central 10.1 and higher + +### Supported platforms + +All supported Windows and UNIX platforms. + +## Running as a standalone composite template + +To create a internal GA Software AG product and fix repositories in Command Central: + +```bash +sagcc exec templates composite apply sag-cc-repos-ga --sync-job --wait 360 +``` + +> IMPORTANT: If you use Command Central 10.1 you have to monitor the job completion with a separate command, instead of the `--sync-job` option: + +```bash +sagcc list jobmanager jobs --wait 360 -e DONE +``` \ No newline at end of file