-
Notifications
You must be signed in to change notification settings - Fork 9
Service Chat bots
Cintia Del Rio Calvo edited this page Jan 6, 2017
·
30 revisions
No license.
The Telegram bot runs on Digital Ocean (ndu). The steps taken to create and configure this bot are in /root/README. From these instructions:
# cd /opt
# git clone https://github.com/FruitieX/teleirc
# cd teleirc
# docker build -t openmrs/teleirc extras
# docker run --name=teleirc-data \
-v /var/teleirc:/home/teleirc/.teleirc \
openmrs/teleirc echo 'data teleirc'
# docker run --rm --volumes-from=teleirc-data openmrs/teleirc teleirc --genconfig
# docker run --name=teleirc -p 9090:9090 \
-d --restart=always --volumes-from=teleirc-data openmrs/teleirc
To restart if it stopped:
$ ssh ndu.openmrs.org
$ sudo su root -
# docker start teleirc
The IRC bot runs on OSUOSL infrastructure. Email [email protected] to get it restarted. https://wiki.openmrs.org/x/vAMjAw
Managed by darius
Pascal has access to the box as well
Read this before updating this wiki.