Service/chat: Difference between revisions

 
(7 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 30: Line 30:
|
|
{{Code|/etc/init.d/qwebirc}}<br>
{{Code|/etc/init.d/qwebirc}}<br>
{{Code|/etc/init.d/qwebirc-ssl}}
|-
|-
!scope="row" | Logs
!scope="row" | Logs
Line 40: Line 39:
{{Code|/srv/qwebirc/header.html}}<br>
{{Code|/srv/qwebirc/header.html}}<br>
{{Code|/srv/qwebirc/lingva_bot.py}}<br>
{{Code|/srv/qwebirc/lingva_bot.py}}<br>
{{Code|/etc/httpd/conf.d/chat.sugarlabs.org.conf}}
|-
|-
!scope="row" | SSL certificates
!scope="row" | SSL certificates
|
|
{{Code|/srv/qwebirc/private/chat.sugarlabs.org.pem}}<br>
{{Code|/etc/ssl/private/chat.sugarlabs.org.pem}}<br>
{{Code|/srv/qwebirc/private/chat.sugarlabs.org.key}}
{{Code|/etc/ssl/private/chat.sugarlabs.org.key}}
|-
|-
|}
|}
Line 50: 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}}