Service/meeting: Difference between revisions
| (8 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 25: | Line 26: | ||
=== IRC bot === | === IRC bot === | ||
This new bot replaces the older [http://wiki.laptop.org/go/User:Dogi/meeting Mootbot] with Supybot. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 33: | Line 36: | ||
!scope="row" | Daemon | !scope="row" | Daemon | ||
|{{Code|/etc/init.d/supybot}} | |{{Code|/etc/init.d/supybot}} | ||
|- | |- | ||
!scope="row" | Logs | !scope="row" | Logs | ||
| Line 42: | Line 42: | ||
!scope="row" | Config | !scope="row" | Config | ||
|{{Code|/srv/supybot/bot.conf}} | |{{Code|/srv/supybot/bot.conf}} | ||
{{Code|/etc/logrotate.d/supybot}} | |||
|- | |- | ||
|} | |} | ||
| Line 52: | Line 53: | ||
* [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-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. | * [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 == | == Upgrade notes == | ||
{| class="wikitable" | |||
|- | |||
!scope="row" | yum | |||
|{{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}} | ||