Difference between revisions of "Install Teamcity-Server"

From wikieduonline
Jump to navigation Jump to search
(Created page with "https://hub.docker.com/r/jetbrains/teamcity-server (By default installation will use an integrated HSQLDB database engine) Install: https://www.jetbrains.com/teamcity/dow...")
 
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
Install: https://www.jetbrains.com/teamcity/download/#section=docker
 
Install: https://www.jetbrains.com/teamcity/download/#section=docker
<pre>
+
 
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
+
[[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/
+
Connect: http://localhost:8111/
</pre>
+
 
  
  
Line 18: Line 18:
 
To connect:
 
To connect:
 
Connect: http://localhost:8111/
 
Connect: http://localhost:8111/
 +
 +
== Related terms ==
 +
* https://www.jetbrains.com/help/teamcity/docker-compose.html
 +
* [[TeamCity agents]]
  
 
== See also ==
 
== See also ==
 
* {{git}}
 
* {{git}}
 
+
* {{TeamCity}}
  
 
[[Category: Software development]]
 
[[Category: Software development]]
 
[[Category: DevOps]]
 
[[Category: DevOps]]

Latest revision as of 10:27, 24 September 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/

Related terms[edit]

See also[edit]

Advertising: