From 678a9e60be4a9a6b0c59969a0f6e0266885337fa Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 31 Oct 2016 16:09:18 +0000 Subject: updated README; added service commands for the gem --- bin/nano-lazar-start.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bin/nano-lazar-start.sh (limited to 'bin/nano-lazar-start.sh') diff --git a/bin/nano-lazar-start.sh b/bin/nano-lazar-start.sh new file mode 100644 index 0000000..f772c66 --- /dev/null +++ b/bin/nano-lazar-start.sh @@ -0,0 +1,8 @@ +#!/bin/bash +sudo mongod & +R CMD Rserve +GEMPATH=$(gem path nano-lazar) +cd $GEMPATH +unicorn -c unicorn.rb -E production -D + +exit 0 -- cgit v1.2.3