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 34d0642 commit 45efb53Copy full SHA for 45efb53
misc/dalek-start.txt
@@ -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.
+See https://github.com/perl6/infrastructure-doc/blob/master/hosts/hack.p6c.org.pod
0 commit comments