Skip to content

Commit

Permalink
fixing the startup and locking to ruby 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wickett committed Jun 20, 2014
1 parent 33325f6 commit 22c7c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-2.0.0
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 22c7c12

Please sign in to comment.