Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit 1240272

Browse files
committed
Merge branch 'master' of github.com:amoerie/teamcity-theatre
2 parents 77591bc + 4a4898c commit 1240272

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
language: csharp
2-
mono: none
3-
dotnet: 2.2
4-
dist: xenial
1+
language: generic
52

6-
before_install:
7-
- chmod +x ./publish.sh
3+
services: docker
84

95
script:
10-
- ./publish.sh
6+
- docker build .

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

7275
Open 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

Comments
 (0)