TeamCity continuous integration in Linux installation

Source: Internet
Author: User

In fact, the installation of this teamcity is very simple, but in the Internet to find a lot, no one to write about this aspect of the installation, Daniel do not spray, I want to use this simple little article to help more novice on the road

The teamcity path downloaded in this article is/usr/local/src/

# cd/usr/local/src/teamcity

#./bin/teamcity-server.sh Start

Shown below:

Using catalina_base:/usr/local/src/teamcity

Using Catalina_home:/usr/local/src/teamcity

Using Catalina_tmpdir:/usr/local/src/teamcity/temp

Using jre_home:/usr

Using CLASSPATH:/usr/local/src/teamcity/bin/bootstrap.jar:/usr/local/src/teamcity/bin/tomcat-juli.jar

Tomcat started.


# PS aux | grep Tomcat

# PS aux | grep teamcity

See if Tomcat and Teamcity have started successfully


Then, by looking at the configuration file, I know the port number of teamcity

#vim/usr/local/src/teamcity/conf/server.xml

<connector port= "8111" protocol= "Org.apache.coyote.http11.Http11NioProtocol"

Connectiontimeout= "60000"

Redirectport= "8543"

Usebodyencodingforuri= "true"

Socket.txbufsize= "64000"

Socket.rxbufsize= "64000"

tcpnodelay= "1"

/>


This version is Teamcity 9.0.2 (build 32195)

Where 8111 is the port number

Open for access with ip+ port


TeamCity continuous integration with Linux installation

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.