{"id":35054849,"url":"https://github.com/fcrespel/sagdevops-provisioner","last_synced_at":"2026-05-21T00:03:00.628Z","repository":{"id":50975978,"uuid":"369636801","full_name":"fcrespel/sagdevops-provisioner","owner":"fcrespel","description":"Template-based node provisioner for SoftwareAG webMethods products (UNOFFICIAL)","archived":false,"fork":false,"pushed_at":"2021-06-29T10:00:35.000Z","size":30,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-25T12:00:02.851Z","etag":null,"topics":["command-central","softwareag","webmethods"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcrespel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-21T19:36:03.000Z","updated_at":"2022-05-10T22:21:44.000Z","dependencies_parsed_at":"2022-09-06T05:31:16.390Z","dependency_job_id":null,"html_url":"https://github.com/fcrespel/sagdevops-provisioner","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/fcrespel/sagdevops-provisioner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-provisioner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-provisioner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-provisioner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-provisioner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcrespel","download_url":"https://codeload.github.com/fcrespel/sagdevops-provisioner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespel%2Fsagdevops-provisioner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33281313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-central","softwareag","webmethods"],"created_at":"2025-12-27T09:52:39.460Z","updated_at":"2026-05-21T00:03:00.622Z","avatar_url":"https://github.com/fcrespel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SoftwareAG provisioner\n\nThis repository contains utilities to install **SoftwareAG webMethods** products on a single node using Command Central templates.\n\nIt makes use of the official Command Central Docker images to simplify provisioning, without having to preinstall anything on the host machine (except Docker). This approach also avoids having to install a local or shared Command Central instance, while still benefiting from mirroring and templates. At this time, this tool has only been tested with the webMethods 10.5 release.\n\nThese tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite, and are not endorsed by SoftwareAG. Users are free to use, fork and modify them, subject to the license agreement.\n\n## Prerequisites\n\n1. Install [Docker](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) and make sure you have sufficient RAM available.\n\n2. On Docker Hub, subscribe to the official [Command Central image](https://hub.docker.com/_/softwareag-commandcentral) with your account. Use `docker login` to connect the host machine to your account.\n\n3. Make sure you have Empower credentials with access to the products you want to build, as well as valid license files in XML format. Create a ZIP archive of your license files in `licenses/licenses.zip`.\n\n4. Edit the `.env` file to choose the `SAG_HOME` installation directory. On the host machine, create this installation directory and `sagadmin` user. For example:\n   ```\n   useradd -u 1724 -U -d /opt/softwareag -m -s /bin/bash sagadmin\n   ```\n\n5. Make sure the `mirror` and `templates` directories of this project are owned by this user:\n   ```\n   chmod -R 1724 mirror templates\n   ```\n\n6. If products needs to communicate with the host machine itself (e.g. to access a database), refer to it as `node` in the template and add the following line to the `/etc/hosts` file of the host:\n   ```\n   127.0.0.1 node\n   ```\n\n## Usage\n\n### Local mirror\n\nFirst, update variables in the `mirror.env` file with your Empower credentials and a list of artifacts to mirror.\n\nTo create a local mirror before installation, execute the following commands:\n\n```\ndocker-compose run --rm mirror-installer\ndocker-compose run --rm mirror-repos\n```\n\nDownloaded data will be stored in the `mirror` directory. You may wish to share it between machines using NFS/rsync/etc. to avoid repeating this step for other nodes.\n\n### Product provisioning\n\nFirst, create or add your existing Command Central templates in the `templates/\u003ctemplate-name\u003e` directory.\n\nEach template directory must contain a `template.yaml` file, and may contain `preinstall.sh`, `postinstall.sh` and `test.sh` scripts that will be executed in this order during installation. Some samples are provided in this repository.\n\nFor more information about Command Central templates, please see the [official documentation](https://documentation.softwareag.com/webmethods/command_central/cce10-5/10-5_Command_Central_webhelp/index.html) and the [SoftwareAG/sagdevops-templates](https://github.com/SoftwareAG/sagdevops-templates) repository.\n\nTo start provisioning a product on the local machine, execute the following command:\n\n```\ndocker-compose run --rm provision \u003ctemplate-name\u003e\n```\n\nThis will first install Java and SPM on the host machine in `/opt/softwareag`, then install the product according to the template.\n\nMake sure all installed products are **stopped** before running this command. You may run this command multiple times to install different products or adjust settings.\n\n### Post-installation steps\n\nTo create systemd services for installed products, you may use commands such as the following:\n\n```\n# Register/enable/start Platform Manager (SPM)\n/opt/softwareag/common/bin/daemon.sh -f /opt/softwareag/profiles/SPM/bin/sagspm105 -u sagadmin -n spm105 -i 1\nsystemctl enable --now sag1spm105\n\n# Register/enable/start Integration Server\n/opt/softwareag/common/bin/daemon.sh -f /opt/softwareag/profiles/IS_default/bin/sagis105 -u sagadmin -n is105 -i 1\nsystemctl enable --now sag1is105\n\n# Do the same for other products\n```\n\n### Troubleshooting\n\nIf necessary, you may also start a full Command Central Server and register the local node with the following commands:\n\n```\ndocker-compose up -d cc\ndocker-compose run --rm sagcc add landscape nodes alias=node url=\"https://node:8093\" -e OK -w 180 -c 20 --wait-for-cc\n```\n\nMake sure SPM is running on the host machine before registering it.\nThen, access the Command Central web interface at `https://\u003chostname\u003e:8091`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrespel%2Fsagdevops-provisioner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcrespel%2Fsagdevops-provisioner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrespel%2Fsagdevops-provisioner/lists"}