diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..f33eb12 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +ruby-2.0.0 diff --git a/start.sh b/start.sh index 7d62b02..b522765 100755 --- a/start.sh +++ b/start.sh @@ -1,5 +1,6 @@ #! /usr/bin/env bash +./set_token.sh bundle exec start_services > /dev/null 2>&1 & TRIAGE_PID=$! echo "Triage app started at $TRIAGE_PID PID and is available at localhost:3000"