Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
document loop in dalek start guide
  • Loading branch information
moritz committed Dec 7, 2014
1 parent 75af2f1 commit c49643f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/dalek-start.txt
Expand Up @@ -9,7 +9,7 @@ So you want to start up dalek? Ok.
3. Start the 3 parts of dalek in separate windows:

3a: The IRC component:
cd ~/dalek; perl botnix --debug
cd ~/dalek; while true; do perl botnix --debug; sleep 30; done

3b: The HTTP stub for receiving push notifications:
cd ~/dalek/dalek-poller; plackup push.psgi
Expand Down

0 comments on commit c49643f

Please sign in to comment.