Last active
December 12, 2015 12:39
-
-
Save stuartf7/4774021 to your computer and use it in GitHub Desktop.
Revisions
-
stuartf7 revised this gist
May 12, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ # Download TeamCity 7.1.5 wget http://download.jetbrains.com/teamcity/TeamCity-7.1.5.tar.gz # Extract the downloaded file tar -xvzf TeamCity-7.1.5.tar.gz # Tidy up the folder name and move it to a sensible location /var/teamcity mv TeamCity teamcity sudo mv teamcity /var/. # Clean up the installation files rm -rf TeamCity-* -
Stuart Fleming created this gist
Feb 12, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ # Download TeamCity 7.1.4 wget http://download.jetbrains.com/teamcity/TeamCity-7.1.4a.tar.gz # Extract the downloaded file tar -xvzf TeamCity-7.1.4a.tar.gz # Tidy up the folder name and move it to a sensible location /var/teamcity mv TeamCity teamcity sudo mv teamcity /var/. # Clean up the installation files rm -rf TeamCity-7.1.4a.tar.gz