Skip to content

Instantly share code, notes, and snippets.

@stuartf7
Last active December 12, 2015 12:39
Show Gist options
  • Select an option

  • Save stuartf7/4774021 to your computer and use it in GitHub Desktop.

Select an option

Save stuartf7/4774021 to your computer and use it in GitHub Desktop.

Revisions

  1. stuartf7 revised this gist May 12, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions install-teamcity.sh
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,12 @@
    # Download TeamCity 7.1.4
    wget http://download.jetbrains.com/teamcity/TeamCity-7.1.4a.tar.gz
    # 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.4a.tar.gz
    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-7.1.4a.tar.gz
    rm -rf TeamCity-*
  2. Stuart Fleming created this gist Feb 12, 2013.
    12 changes: 12 additions & 0 deletions install-teamcity.sh
    Original 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