Skip to content

Instantly share code, notes, and snippets.

@theoparis
Last active September 28, 2024 21:07
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
@theoparis
Copy link
Author

What

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment