Skip to content

Commit 45efb53

Browse files
committed
Replace old dalek-start with link to more current documentation
1 parent 34d0642 commit 45efb53

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

misc/dalek-start.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
So you want to start up dalek? Ok.
2-
3-
1. Log into hack.p6c.org under account dalek. moritz will add your ssh key
4-
there if you ask.
5-
6-
2. 'tmux attach' or 'tmux', whichever works. 'screen' would work too, but I
7-
prefer tmux.
8-
9-
3. Start the 2 parts of dalek in separate windows:
10-
11-
3a: The IRC component:
12-
cd ~/dalek; while true; do perl botnix --debug; sleep 30; done
13-
14-
3b: The HTTP stub for receiving push notifications:
15-
cd ~/dalek/dalek-poller; starman --listen :8088 push.psgi
16-
17-
4. Detach and log out.
1+
See https://github.com/perl6/infrastructure-doc/blob/master/hosts/hack.p6c.org.pod

0 commit comments

Comments
 (0)