Service/meeting: Difference between revisions
| (9 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
* meeting.sugarlabs.org | * meeting.sugarlabs.org | ||
* meeting.treehouse.su | |||
== Hosted on == | == Hosted on == | ||
[[Machine | [[Machine/jita]] | ||
== Administrative contact == | == Administrative contact == | ||
| Line 23: | Line 24: | ||
[http://sourceforge.net/projects/supybot/ IRC] bot with plugins and perl CGI access to IRC logs in local MySQL db using [http://git.sugarlabs.org/projects/ilbot modified] ilbot webui. | [http://sourceforge.net/projects/supybot/ IRC] bot with plugins and perl CGI access to IRC logs in local MySQL db using [http://git.sugarlabs.org/projects/ilbot modified] ilbot webui. | ||
=== IRC bot === | |||
This new bot replaces the older [http://wiki.laptop.org/go/User:Dogi/meeting Mootbot] with Supybot. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 28: | Line 33: | ||
!scope="row" | Home | !scope="row" | Home | ||
|{{Code|/srv/supybot}} | |{{Code|/srv/supybot}} | ||
|- | |||
!scope="row" | Daemon | |||
|{{Code|/etc/init.d/supybot}} | |||
|- | |- | ||
!scope="row" | Logs | !scope="row" | Logs | ||
|{{Code|/srv/supybot/log}} | |{{Code|/srv/supybot/log}} | ||
|- | |- | ||
!scope="row" | | !scope="row" | Config | ||
|{{Code|/srv/supybot/bot.conf}} | |||
{{Code|/etc/logrotate.d/supybot}} | |||
|- | |||
|} | |||
Everything, except owner related configuration, should happen via [http://supybook.fealdia.org/devel/#_administrative_tasks IRC interface] with using {{Code|flush}} command to save changes immediately. | |||
Supybot plugins: | |||
* [http://git.sugarlabs.org/sl-tweaks/meetbot MeetBot] in {{Code|/srv/supybot/plugins/MeetBot}}<br>Handle meetings. | |||
* [http://git.sugarlabs.org/sl-tweaks/supybot-mylogger MyLogger] in {{Code|/srv/supybot/plugins/MyLogger}}<br>Keep IRC logs in MySQL database. | |||
* [http://git.sugarlabs.org/sl-tweaks/supybot-lingvo Lingvo] in {{Code|/srv/supybot/plugins/Lingvo}}<br>Online translation on IRC. | |||
=== Web logs === | |||
{| class="wikitable" | |||
|- | |||
!scope="row" | Home | |||
|{{Code|/srv/ilbot}} | |||
|- | |||
!scope="row" | Config | |||
| | |||
{{Code|/etc/httpd/conf.d/meeting.sugarlabs.org.conf}}<br> | |||
{{Code|/etc/httpd/conf.d/meeting.treehouse.su.conf}}<br> | |||
{{Code|/srv/ilbot/cgi/database.conf}} | |||
|- | |||
|} | |||
== Upgrade notes == | |||
{| class="wikitable" | |||
|- | |||
!scope="row" | yum | |||
|{{Code|supybot}} | |{{Code|supybot}} | ||
|- | |||
!scope="row" | git | |||
| | |||
{{Code|/srv/supybot/plugins/MeetBot}}<br> | |||
{{Code|/srv/supybot/plugins/MyLogger}}<br> | |||
{{Code|/srv/supybot/plugins/Lingvo}}<br> | |||
{{Code|/srv/ilbot}} | |||
|- | |- | ||
|} | |} | ||
== | After pulling new ilbot changes from Git repository, clean up disk cache: | ||
rm -rf /tmp/FileCache/irclog | |||
== Sources == | |||
Repositories: | |||
* [http://git.sugarlabs.org/sl-tweaks/supybot-lingvo supybot-lingvo] plugin. | |||
* [http://git.sugarlabs.org/sl-tweaks/supybot-mylogger supybot-mylogger] plugin. | |||
Downstream repositories: | |||
* [http://git.sugarlabs.org/sl-tweaks/ilbot ilbot]. | |||
* [http://git.sugarlabs.org/sl-tweaks/meetbot MeetBot]. | |||
Upstream repositories: | |||
* [http://github.com/moritz/ilbot/ ilbot]. | |||
* [http://wiki.debian.org/MeetBot#Code MeetBot]. | |||
== Usage == | == Usage == | ||
{{:{{PAGENAME}}/Usage}} | {{:{{PAGENAME}}/Usage}} | ||