summaryrefslogtreecommitdiff
path: root/bin/lazar-start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lazar-start.sh')
-rwxr-xr-xbin/lazar-start.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/lazar-start.sh b/bin/lazar-start.sh
new file mode 100755
index 0000000..9072150
--- /dev/null
+++ b/bin/lazar-start.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+sudo mongod &
+R CMD Rserve
+LAZARPATH=$(gem path lazar-gui)
+cd $LAZARPATH
+unicorn -c unicorn.rb -E production -D
+
+exit 0