https://github.com/lanimall/webmethods-infra-samples
https://github.com/lanimall/webmethods-infra-samples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lanimall/webmethods-infra-samples
- Owner: lanimall
- License: other
- Created: 2020-07-21T12:18:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T01:19:16.000Z (almost 6 years ago)
- Last Synced: 2025-06-01T12:58:50.630Z (about 1 year ago)
- Language: Shell
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webmethods-infra-samples
Sample project that demonstrate infrastructure-as-code concepts with SoftwareAG webMethods.
Author: Fabien Sanglier (fabien.sanglier@softwareaggov.com)
For cloud provisioning of this project, please refer to the sister terraform project which will generate the cloud infrastructure for this.
See https://github.com/lanimall/webmethods-infra-samples-terraform for more details.
## Setup the submodules
```
git submodule add https://github.com/lanimall/webmethods-devops-cce.git common/webmethods-cce
git submodule add https://github.com/lanimall/webmethods-devops-ansible.git common/webmethods-ansible
git submodule update --init --recursive
```
## build
```
./build.sh
```