Team City Server installation on Windows VM(GCE) running in GCP Cloud
I would like to install Team City Server on to Windows VM hosted on GCP cloud i would prefer doing this using a Powershell script or any other compatible scripts which can deliver this need would be much appreciated. Please provide me the steps on perform this task.
Please sign in to leave a comment.
The Windows installation is described here: https://www.jetbrains.com/help/teamcity/install-teamcity-server-on-windows.html
The tar.gz installation is as easy as extracting the tar.gz archive and starting the server with a startup script: https://www.jetbrains.com/help/teamcity/install-teamcity-server-on-windows.html#Install+from+tar.gz
The startup scripts are described here: https://www.jetbrains.com/help/teamcity/start-teamcity-server.html#Start+Server
When accessing the TeamCity web UI after the first startup, you will be prompted to create a data directory and configure the database connection to finish the installation.
Let me know if you have additional questions.
Best regards,
Anton
I want to download the exe file programmatic in to my VM hosted in private network and complete the installation through scripts will serve my purpose, because tar.gz files not showing TC servers as a service on my windows VM so I prefer this way which I did manually working fine however I was unable to succeed programmatically so need help
There is a feature request for the silent install using the .exe distribution: https://youtrack.jetbrains.com/issue/TW-15583
Please vote for it and describe your use case in the comments.
Currently, it's not supported for the .exe distribution.
Best regards,
Anton