Skip to content

Instantly share code, notes, and snippets.

@theoparis
Last active August 15, 2020 22:10
Show Gist options
  • Save theoparis/7b02be76fc570eee992e2cef457819a4 to your computer and use it in GitHub Desktop.
Save theoparis/7b02be76fc570eee992e2cef457819a4 to your computer and use it in GitHub Desktop.
install script for tsb

You will need docker-compose and git for this to work. Now run the following command to install it for the first time:

curl https://gist.github.com/creepinson/7b02be76fc570eee992e2cef457819a4/raw/4ffa2be9c1b7cfcdba1c3894174a6660931a9b33/install.sh | sh

If it's already installed, use the following commands:

cd tsb
docker-compose up -d
git clone https://github.com/throw-out-error/tsb
cd tsb
docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment