2020-12-31 16:29:30 +01:00
|
|
|
# XMPP Chapril tools
|
2020-03-17 20:27:40 +01:00
|
|
|
|
|
|
|
## Quickstart guide
|
|
|
|
|
|
|
|
mkdir -p /srv/xmpp.chapril.org
|
|
|
|
cd /src/xmpp.chapril.org
|
|
|
|
git clone ssh://gitea@forge.april.org:222/Chapril/xmpp.chapril.org-tools.git tools
|
|
|
|
cd /usr/local/sbin
|
|
|
|
ln -s /srv/xmpp.chapril.org/tools/rapport_activite/rapport_activites.sh
|
|
|
|
ln -s /srv/xmpp.chapril.org/tools/rapport_activite/update_ticket.sh
|
|
|
|
cat /etc/cron.d/update-ticket-rapport-dactivite
|
|
|
|
42 7 1 * * root API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /usr/local/sbin/update_redmine_ticket
|
|
|
|
|
2020-12-31 16:29:30 +01:00
|
|
|
## LICENSE
|
|
|
|
|
|
|
|
The content of this repository is released under the GNU AGPL3+.
|