Skip to content

Instantly share code, notes, and snippets.

View buldo's full-sized avatar

Roman Buldygin buldo

View GitHub Profile
@buldo
buldo / install-teamcity.md
Last active May 25, 2016 16:38 — forked from sandcastle/install-teamcity.md
Install TeamCity

Install

Install OracleJDK

apt-get install software-properties-common python-software-properties #for minimal ubuntu  
sudo add-apt-repository ppa:webupd8team/java  
sudo apt-get update  
sudo apt-get install oracle-java8-installer  

sudo apt-get install oracle-java8-set-default