Go

sinopsis

Go es una integración continua avanzada y sistema de administración de lanzamientos . Se necesita un enfoque innovador para la gestión del proceso de construcción, pruebas y puesta en libertad. Go es un producto de código abierto.

Ayuda Comando

El comando help guía a los usuarios en cuanto a la finalidad y al igual que sobre las opciones que se incluyen en el módulo Go. En él se enumeran los parámetros alternativos de módulo Go. También describe la sintaxis para instalar el Go. El comando de ayuda para el módulo Go se muestra a continuación .

ptconfigure ThoughtWorksGo help

La representación gráfica de la orden anterior se enumeran a continuación ,

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
******************************

instalación

El comando utilizado para instalar el módulo de Go en el terminal aparece a continuación ,

ptconfigure thoughtworksgo install --yes --guess --install-server

La representación gráfica de la orden anterior se enumeran a continuación ,

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
******************************

Parámetro Alternativa

Hay tres parámetros alternativos que pueden ser utilizados en la línea de comandos ,

ThoughtWorksGo, thoughtworks-go, thoughtworksgo

Beneficios

  • Consistencia a través de máquinas de desarrollo
  • Fácil de incorporación
comments powered by Disqus