Skip to content

Commit

Permalink
Print a message to build lighttpd if not available, as discussed in #409
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Feb 20, 2012
1 parent 383f6c1 commit f927ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch-webserver
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

test -x ./external/root/sbin/lighttpd || (echo "Install lighttpd with \"make -C external install-lighttpd\" " && exit 0)

echo "Connect to http://localhost:2000/ for the web REPL."
./external/root/sbin/lighttpd -D -f ./external/lighttpd.conf &
./julia-release-webserver -p 2001

0 comments on commit f927ad6

Please sign in to comment.