Sha256: 7564493219c78d5f6005d041e04def572d5dbfd37c2fefd73fbb82712c606e54

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

#!/bin/bash -e

APP_ROOT=/opt/ooyala/glowworm/current

cd $APP_ROOT && \
source $APP_ROOT/config/pushed_environment.rb && \
/opt/ruby/1.9/bin/bundle exec /opt/ruby/1.9/bin/ruby glowworm_server.rb 2>&1 |cronolog --symlink=$SHARED_PATH/log/current $SHARED_PATH/log/glowworm.log.%Y-%m-%d

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glowworm-0.3.0 server/run/server.sh