Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
opening cloxp.html when running start.sh. For now on MacOs only. re: #4
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Aug 10, 2015
1 parent d951786 commit cce0eb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#! /bin/bash

if [[ `uname` == "Darwin" ]]; then
echo "__________________________________"
bash -c "sleep 3; open http://localhost:9001/cloxp.html" &
fi

pushd LivelyKernel
node_modules/forever/bin/forever bin/lk-server.js \
--db-config "{\"enableRewriting\":false}"
Expand Down

0 comments on commit cce0eb9

Please sign in to comment.