Skip to content

Instantly share code, notes, and snippets.

View kmasters19's full-sized avatar

Kyle Masters kmasters19

View GitHub Profile
#!/bin/bash
cd /
# install server dependencies
sudo apt-get update
sudo apt-get install -y openjdk-7-jre-headless
sudo apt-get install -y curl
# install build agent dependencies
connectionUrl=jdbc:postgresql://<host>/teamcity
connectionProperties.user=<user>
connectionProperties.password=<password>
#!/bin/sh
# /etc/init.d/teamcity - startup script for teamcity
### BEGIN INIT INFO
# Provides: teamcity
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: teamcity
# Description: startup script for teamcity
@kmasters19
kmasters19 / make.sh
Last active January 11, 2017 16:04 — forked from artzub/make.sh
Install JetBrains Hub + YouTrack + UpSource + Nginx
#!/bin/bash
apt-get install mc htop git unzip wget curl -y
echo
echo "====================================================="
echo " WELCOME"
echo "====================================================="
echo
echo "Hub"