Skip to content

Commit

Permalink
ec2 startup script to launch multi-console repl
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz committed Apr 25, 2013
1 parent 8f88030 commit 2c4107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ec2-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

wget 'http://albertlatacz.published.s3.amazonaws.com/javarepl/javarepl.jar' -O /home/ubuntu/javarepl.jar
cd /home/ubuntu
sudo nohup java -jar javarepl.jar --ignore-console --sandboxed --port=80 2>&1 </dev/null &
sudo nohup java -cp javarepl.jar javarepl.web.WebConsoleServer --port=80 2>&1 </dev/null &
echo $! > javarepl.pid

0 comments on commit 2c4107b

Please sign in to comment.