Sha256: 2dc32eae79627476750881e41a569ac669ece1e15ae0f7e0d41de17476cd5ab6

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

#!/bin/bash
sudo mongod &
R CMD Rserve --vanilla &
LAZARPATH=$(gem path lazar-gui)
cd $LAZARPATH
cd $(gem which "lazar-gui"|sed 's#/lib/lazar-gui.rb/##')
unicorn -c unicorn.rb -E production

exit 0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lazar-gui-1.4.0 bin/lazar-start.sh