Difference between revisions of "Service/chat"

From Sugar Labs
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
== Hosted on ==
 
== Hosted on ==
  
[[Machine/housetree/jita]]
+
[[Machine/jita]]
  
 
== Administrative contact ==
 
== Administrative contact ==
Line 26: Line 26:
 
!scope="row" | Home
 
!scope="row" | Home
 
|{{Code|/srv/qwebirc}}
 
|{{Code|/srv/qwebirc}}
 +
|-
 +
!scope="row" | Daemon
 +
|
 +
{{Code|/etc/init.d/qwebirc}}<br>
 
|-
 
|-
 
!scope="row" | Logs
 
!scope="row" | Logs
 
|{{Code|syslog}}
 
|{{Code|syslog}}
 
|-
 
|-
!scope="row" | Main service
+
!scope="row" | Config
|{{Code|qwebirc}}
+
|
 +
{{Code|/srv/qwebirc/config.py}}<br>
 +
{{Code|/srv/qwebirc/header.html}}<br>
 +
{{Code|/srv/qwebirc/lingva_bot.py}}<br>
 +
{{Code|/etc/httpd/conf.d/chat.sugarlabs.org.conf}}
 +
|-
 +
!scope="row" | SSL certificates
 +
|
 +
{{Code|/etc/ssl/private/chat.sugarlabs.org.pem}}<br>
 +
{{Code|/etc/ssl/private/chat.sugarlabs.org.key}}
 
|-
 
|-
 
|}
 
|}
Line 37: Line 50:
 
== Upgrade notes ==
 
== Upgrade notes ==
  
Upgrade will be triggered on every puppet session (if there is such need), vcs repository will be rebased to the HEAD commit with all related changes like database migration.
+
{| class="wikitable"
 +
!scope="row" | git
 +
|
 +
{{Code|/srv/qwebirc}}
 +
|-
 +
|}
 +
 
 +
After pulling new changes from Git, run the following commands and restart daemon:
 +
 
 +
su - qwebirc
 +
./compile.py
 +
 
 +
== Sources ==
 +
 
 +
* [http://git.sugarlabs.org/sl-tweaks/qwebirc Downstream repository].
 +
* [http://hg.qwebirc.org/qwebirc.org Upstream repository].
  
 
== Usage ==
 
== Usage ==
  
 
{{:{{PAGENAME}}/Usage}}
 
{{:{{PAGENAME}}/Usage}}

Latest revision as of 00:25, 3 June 2012

Hostnames

Hosted on

Machine/jita

Administrative contact

chat AT sugarlabs DOT org

Sysadmins

For non-emergency calls, preferably send email to the administrative contact.

Notes

This is an instance of qwebirc.

Home /srv/qwebirc
Daemon

/etc/init.d/qwebirc

Logs syslog
Config

/srv/qwebirc/config.py
/srv/qwebirc/header.html
/srv/qwebirc/lingva_bot.py
/etc/httpd/conf.d/chat.sugarlabs.org.conf

SSL certificates

/etc/ssl/private/chat.sugarlabs.org.pem
/etc/ssl/private/chat.sugarlabs.org.key

Upgrade notes

git

/srv/qwebirc

After pulling new changes from Git, run the following commands and restart daemon:

su - qwebirc
./compile.py

Sources

Usage

Url format:

http[s]://chat.sugarlabs.org?[channels=channel][&lang=language-code]

Chat supports multi-lingual translation, that might be chosen on login page or, after beeing connected, on the right side in tabs bar.