Difference between revisions of "Install Teamcity-Server"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 21: Line 21:
 
== See also ==
 
== See also ==
 
* {{git}}
 
* {{git}}
 
+
* {{TeamCity}}
  
 
[[Category: Software development]]
 
[[Category: Software development]]
 
[[Category: DevOps]]
 
[[Category: DevOps]]

Revision as of 10:29, 27 June 2020

https://hub.docker.com/r/jetbrains/teamcity-server (By default installation will use an integrated HSQLDB database engine)

Install: https://www.jetbrains.com/teamcity/download/#section=docker

docker run -it --name teamcity-server-instance -v /YOUR_FOLDER_TO_DATA:/data/teamcity_server/datadir -v /YOUR_FOLDER_TO_LOGS:/opt/teamcity/logs -p 8111:8111 jetbrains/teamcity-server
Connect: http://localhost:8111/


For example:

docker pull jetbrains/teamcity-server
mkdir -p /srv/teamcity/logs /srv/teamcity/datadir
docker run -it --name teamcity-server-instance -v /srv/teamcity/datadir:/data/teamcity_server/datadir -v /srv/teamcity/logs:/opt/teamcity/logs -p 8111:8111 jetbrains/teamcity-server
docker update --restart=always teamcity-server-instance

To connect: Connect: http://localhost:8111/

See also

Advertising: