Skip to content

Commit

Permalink
Symlink command in /usr/bin/local. Try referencing by full path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicinabox committed Sep 1, 2013
1 parent d2d269b commit 75a76a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/config/boxcar
Expand Up @@ -13,8 +13,8 @@ gem install bundler
cd /usr/apps/boxcar; bundle

# Symlink command
ln -s /usr/apps/boxcar/bin/boxcar /usr/local/sbin/boxcar
ln -s /usr/apps/boxcar/bin/boxcar /usr/local/bin/boxcar

# Start Boxcar
export RACK_ENV=production
boxcar server:start
/usr/local/bin/boxcar server:start

0 comments on commit 75a76a7

Please sign in to comment.