@@ -30,10 +30,13 @@ Stick a TV on the wall, open a browser there and enjoy your TeamCity projects in
3030## Requirements
3131
3232- A TeamCity server (d'uh). TeamCityTheatre is confirmed to be compatible with 2017.1.4 (build 47070). Other versions may or may not work.
33- - A Windows Server with IIS to host the web application, or Docker, or your Windows dev machine if you just want to try it out.
3433- .NET Core Runtime 2.2 (downloadable from https://www.microsoft.com/net/download/all )
35- - .NET Core Windows Hosting Bundle (only when hosting in IIS, downloadable from the same page you downloaded the runtime from )
36- - Some knowledge on how to add a .NET web application in IIS, or the willingness to learn. (only when hosting in IIS)
34+ - If you want to use IIS:
35+ - A Windows Server with IIS to host the web application
36+ - .NET Core Windows Hosting Bundle, downloadable from the same page you downloaded the runtime from
37+ - Some knowledge on how to add a .NET web application in IIS, or the willingness to learn.
38+ - If you want to use Docker:
39+ - Docker for Windows using Windows Containers. Linux and Linux containers might work but that's still in testing phase.
3740- A nice cup of :coffee : to drink while you install this.
3841
3942## Installation instructions
@@ -70,9 +73,8 @@ Stick a TV on the wall, open a browser there and enjoy your TeamCity projects in
7073## Usage instructions
7174
7275Open the web application from a browser
73- - Make sure that you type the URL in lowercase
7476 - Open the settings page from the main menu.
75- - If you see any errors, your server or credentials might be incorrect. Check the log files why the network request failed.
77+ - If you see any errors, your server or credentials might be incorrect. Check the log files to see why the network request failed.
7678 - Add a new view, give it a name.
7779 - Expand your TeamCity projects in the left bottom pane and select one to see its build configurations.
7880 - Add build configurations to your view. These will become the tiles of your view.
0 commit comments