Skip to content

Commit b7b631f

Browse files
committed
Add documentation on starting dalek for moritz++
1 parent 6f132f2 commit b7b631f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

misc/dalek-start.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
So you want to start up dalek? Ok.
2+
3+
1. Log into feather3.perl6.nl under account p6eval. I like sudo -iu for this,
4+
but it's up to you.
5+
6+
2. 'tmux attach' or 'tmux', whichever works. 'screen' would work too, but I
7+
prefer tmux.
8+
9+
3. Start the 3 parts of dalek in separate windows:
10+
11+
3a: The IRC component:
12+
cd ~/dalek; perl botnix --debug
13+
14+
3b: The HTTP stub for receiving push notifications:
15+
cd ~/dalek/dalek-poller; plackup push.psgi
16+
17+
3c: The pull component:
18+
cd ~/dalek/dalek-poller; perl poll
19+
20+
4. Detach and log out.

0 commit comments

Comments
 (0)