Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Replace old dalek-start with link to more current documentation
- Loading branch information
Showing
1 changed file
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |