Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vijaygurunanee/gocdsetuponwindows
This is a sample demonstration on how we can automate the Go-CD set-up on windows instances. This can help in keeping our environment as a code back-up mechanism.
https://github.com/vijaygurunanee/gocdsetuponwindows
agent automation go-cd go-cd-setup gocd-agent gocd-server gocd-setup powershell powershell-script server setup windows
Last synced: 3 months ago
JSON representation
This is a sample demonstration on how we can automate the Go-CD set-up on windows instances. This can help in keeping our environment as a code back-up mechanism.
- Host: GitHub
- URL: https://github.com/vijaygurunanee/gocdsetuponwindows
- Owner: vijaygurunanee
- License: mit
- Created: 2018-08-28T06:21:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T08:57:36.000Z (almost 6 years ago)
- Last Synced: 2024-05-28T03:21:05.942Z (5 months ago)
- Topics: agent, automation, go-cd, go-cd-setup, gocd-agent, gocd-server, gocd-setup, powershell, powershell-script, server, setup, windows
- Language: PowerShell
- Size: 9.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - vijaygurunanee/gocdsetuponwindows - This is a sample demonstration on how we can automate the Go-CD set-up on windows instances. This can help in keeping our environment as a code back-up mechanism. (PowerShell)
README
# Go-CD Set Up on Windows Operating system
This is a sample demonstration on how we can automate the Go-CD set-up on windows instances. This can help in keeping our environment as a code back-up mechanism.### How To Use
To use this scripts, following steps are required to execute.
* Clone reposotory
* Go through script once
* Prepare your check-list of requirements like go-agent will need to have java, python, etc.
* Change installation scripts accordingly.
* Decide the authentication methods required for Go-CD access and change domain-join or configuration steps accordingly.##### Note
This is just a demo so it is not production ready, you can add something to improve it.Complete documentation of the Go-CD configuration can be found here:
https://docs.gocd.org/current/Apart from this, we can also make use of Go-CD APIs for various configuration after installation of Go-CD softwares. Complete documentation about APIs can be found here:
#https://api.gocd.org/current/