From 3a6d22a9efbc6effdbe36c12050164a65e83650e Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Thu, 1 Dec 2016 13:18:21 -0600 Subject: [PATCH] adding phone alert documentation --- admin_doc/source/phone_alerts.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 admin_doc/source/phone_alerts.rst diff --git a/admin_doc/source/phone_alerts.rst b/admin_doc/source/phone_alerts.rst new file mode 100644 index 000000000..5ec6c5a1d --- /dev/null +++ b/admin_doc/source/phone_alerts.rst @@ -0,0 +1,25 @@ +================================ +Phone alerts with Twilio +================================ + +Overview + +Setup through Twilio +==================== +Get added as a developer to the LSC Twilio account (talk to Peter Shawhan or Leo Singer) +Create a Twilio account (if needed) +Go to Twilio Console. +Copy Account SID to settings_secret.py +Copy Auth token to settings_secret.py +Same for URLs + +URLs `here <https://www.twilio.com/console/dev-tools/twiml-bins>`__. +Console -> ellipsis -> developer center -> twiml bins + +Add documentation from Peter. + +Setup on GraceDB server +======================= +Discussion of how it's set up on the server. +Mention how keys are in settings/settings_secret.py (not part of git repo) +NOTE: settings_secret is -- GitLab