TeamCity 持續集成在LINUX的安裝

其實安裝這個TeamCity很簡單,可是在網上查找了不少,都沒人寫關於這方面的安裝,大牛就勿噴,本人是想經過這個簡單的小文章幫助更多新手上路apache

本文下載的TeamCity路徑爲/usr/local/src/bootstrap

# cd /usr/local/src/TeamCityvim

# ./bin/teamcity-server.sh starttomcat

顯示以下:socket

Using CATALINA_BASE:   /usr/local/src/TeamCitytcp

Using CATALINA_HOME:   /usr/local/src/TeamCityide

Using CATALINA_TMPDIR: /usr/local/src/TeamCity/tempui

Using JRE_HOME:        /usrserver

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

Tomcat started.


注:

若是安裝過程提示以下錯誤:

Neither the JAVA_HOME nor the JRE_HOME environment variable is defined

則須要表示系統沒有安裝配置好JAVA環境變量,須要安裝JRE


# ps aux | grep tomcat

# ps aux | grep teamcity

查看tomcat 和 teamcity 是否已成功啓動便可


再經過查看配置文件得知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"

        />


本版本爲TeamCity 9.0.2 (build 32195)

其中8111即爲端口號

開放了便可用ip+端口訪問

相關文章
相關標籤/搜索