Skip to content

Commit 1ec19a4

Browse files
committed
start GUI first
1 parent 08be4c1 commit 1ec19a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ until [ `ruby $HOME/rserve.rb` -eq "0" ]; do
55
printf "."
66
sleep 2
77
done
8+
cd $HOME/lazar-gui &&
9+
unicorn -p 8090 -E production
810
cd $HOME/lazar-public-data
911
if [ ! -d "$HOME/lazar-validation-reports" ]
1012
then
1113
ruby $HOME/lazar-public-data/create_test_prediction_models.rb
1214
fi
13-
cd $HOME/lazar-gui &&
14-
unicorn -p 8090 -E production

0 commit comments

Comments
 (0)