Skip to content

Commit

Permalink
Merge branch 'fuzed-fast' of git://chisai.local
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jun 29, 2007
2 parents eee2ef6 + 8b124fd commit b032250
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bin/fuzed-fast
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

CWD=`pwd`
RAILS_ROOT="$CWD/public"
MASTER_NAME="server@`hostname`"
CLIENT_NAME="demo_client@`hostname`"

echo fuzed-conf $RAILS_ROOT 3000
echo mv fuzed.conf /tmp
echo fuzed --config /tmp/fuzed.conf -n $MASTER_NAME -r $RAILS_ROOT &
echo fuzed --config /tmp/fuzed.conf -m $MASTER_NAME -n $CLIENT_NAME &
echo "Waiting for connections on http://localhost:3000"

0 comments on commit b032250

Please sign in to comment.