Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:perl6/evalbot
  • Loading branch information
Perl 6 Evalbot committed Nov 6, 2011
2 parents 184f91c + a72d51d commit bd7c2ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Expand Up @@ -2,3 +2,15 @@ This is an IRC bot, which is designed to execute Perl 6 commands from IRC, and
echo the output on IRC again.

Might also work for other languages :-)

To add a new execution target, conduct the following steps:

* build it on the server
* write a script that updates the repo and rebuilds. Store it in the evalbot
repo under build-scripts/rebuild-<targetname>.sh or .pl
* add a cron job for regular rebuilding (crontab -e)
* add the target to %impls in evalbot.pl
* push everything
* pull on the server
* restart evalbot
* PROFIT

0 comments on commit bd7c2ac

Please sign in to comment.