Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace old dalek-start with link to more current documentation
  • Loading branch information
moritz committed Dec 13, 2014
1 parent 34d0642 commit 45efb53
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions misc/dalek-start.txt
@@ -1,17 +1 @@
So you want to start up dalek? Ok.

1. Log into hack.p6c.org under account dalek. moritz will add your ssh key
there if you ask.

2. 'tmux attach' or 'tmux', whichever works. 'screen' would work too, but I
prefer tmux.

3. Start the 2 parts of dalek in separate windows:

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

3b: The HTTP stub for receiving push notifications:
cd ~/dalek/dalek-poller; starman --listen :8088 push.psgi

4. Detach and log out.
See https://github.com/perl6/infrastructure-doc/blob/master/hosts/hack.p6c.org.pod

0 comments on commit 45efb53

Please sign in to comment.