Go est une intégration continue avancée et le système de gestion des versions . Il faut une approche novatrice de la gestion du processus de construction , de test et de presse. Go est un produit open source .
La commande help guide les utilisateurs au sujet de l’objet et ainsi que sur les options qui sont inclus dans le module Go . Il énumère les alternatives aux paramètres du module Go . Il décrit également la syntaxe pour l’installation du Go . La commande d’aide pour le module Go est représentée ci-dessous .
ptconfigure ThoughtWorksGo help
La représentation picturale de la commande ci-dessus est listé ci-dessous ,
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
******************************
La commande utilisée pour installer le module Go sur le terminal est listé ci-dessous ,
ptconfigure thoughtworksgo install --yes --guess --install-server
La représentation picturale de la commande ci-dessus est listé ci-dessous ,
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
******************************
Il ya trois paramètres alternatifs qui peuvent être utilisés dans la ligne de commande ,
ThoughtWorksGo, thoughtworks-go, thoughtworksgo