We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f132f2 commit b7b631fCopy full SHA for b7b631f
misc/dalek-start.txt
@@ -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