Go is an advanced Continuous Integration and Release Management system. It takes an innovative approach to managing the build, test and release process. Go is an open source product.
The help command guides the users regarding the purpose and as well as about the options that are included in the Go module. It lists out the alternative parameters of Go module. It also describes the syntax for installing the Go. The help command for Go module is shown as below.
ptconfigure ThoughtWorksGo help
The pictorial representation of the above command is listed below,
kevell@corp:/# ptconfigure ThoughtWorksGo help
******************************
This command allows you to install the ThoughtWorks Go.
ThoughtWorksGo, thoughtworks-go, thoughtworksgo
- install server
Install the the Thoughtworks Go Server
example: ptconfigure thoughtworksgo install --yes --guess --install-server
- install Agent
Install the the Thoughtworks Go Agent
example: ptconfigure thoughtworksgo install --yes --guess --install-agent
------------------------------
End Help
******************************
The command used for installing the Go module on the terminal is listed below,
ptconfigure thoughtworksgo install --yes --guess --install-server
The pictorial representation of the above command is listed below,
kevell@corp:/# ptconfigure thoughtworksgo install --yes --guess --install-server
*******************************
* Pharaoh Tools *
* ThoughtWorks Go! *
*******************************
Creating /tmp/ptconfigure-temp-script-15356059969.sh
chmod 755 /tmp/ptconfigure-temp-script-15356059969.sh 2>/dev/null
Changing /tmp/ptconfigure-temp-script-15356059969.sh Permissions
Executing /tmp/ptconfigure-temp-script-15356059969.sh
--2015-03-31 11:03:48-- http://download01.thoughtworks.com/go/14.1.0/ga/go-server-14.1.0-18882.deb
Resolving download01.thoughtworks.com (download01.thoughtworks.com)... 205.251.73.100
Connecting to download01.thoughtworks.com (download01.thoughtworks.com)|205.251.73.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 134577812 (128M) [application/x-deb]
Saving to: ‘go-server-14.1.0-18882.deb’
100%[===========================================================================================>] 13,45,77,812 22.6KB/s in 78m 24s
2015-03-31 12:22:14 (27.9 KB/s) - ‘go-server-14.1.0-18882.deb’ saved [134577812/134577812]
dpkg: no packages found matching cruise-server
chown: cannot access ‘/var/lib/go-server/**’: No such file or directory
nohup: redirecting stderr to stdout
Selecting previously unselected package go-server.
(Reading database ... 233409 files and directories currently installed.)
Preparing to unpack .../tmp/go-server-14.1.0-18882.deb ...
Adding system user `go' (UID 134) ...
Adding new group `go' (GID 146) ...
Adding new user `go' (UID 134) with group `go' ...
Creating home directory `/var/go' ...
Unpacking go-server (14.1.0-18882) ...
Setting up go-server (14.1.0-18882) ...
Found Java /usr/lib/jvm/java-7-openjdk-amd64/jre in PATH, using it.
Installation of Go Server completed.
using default settings from /etc/default/go-server
Started Go Server on http://murali:8153/go
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Temp File /tmp/ptconfigure-temp-script-15356059969.sh Removed
... All done!
*******************************
Thanks for installing , visit www.pharaohtools.com for more
******************************
Single App Installer:
--------------------------------------------
ThoughtWorksGo: Success
------------------------------
Installer Finished
******************************
There are three alternative parameters which can be used in command line,
ThoughtWorksGo, thoughtworks-go, thoughtworksgo