From 04b2652015e484e0f8cef14fdc5767c3e9e929e1 Mon Sep 17 00:00:00 2001 From: monty5811 Date: Tue, 27 Mar 2018 23:10:54 +0100 Subject: [PATCH 1/4] fix rollbar in example ansible env vars --- ansible/env_vars/example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/env_vars/example.yml b/ansible/env_vars/example.yml index e323952d..3d9b5aba 100644 --- a/ansible/env_vars/example.yml +++ b/ansible/env_vars/example.yml @@ -17,8 +17,8 @@ django_time_zone: 'Europe/London' # change me elvanto_key: country_code: # rollbar -rollbar_access_token: -rollbar_access_token_client: +rollbar_access_token: '' +rollbar_access_token_client: '' # Cloud messaging cm_server_key: cm_sender_id: From 961fa7368695721dcaac53f13715e3865173316e Mon Sep 17 00:00:00 2001 From: monty5811 Date: Sun, 30 Sep 2018 14:20:46 +0100 Subject: [PATCH 2/4] remove church.io from readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e91b18f..c4174f88 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ apostello is free SMS communication software for your church. -Visit our [website](https://church.io) or view some [screenshots](https://apostello.readthedocs.org/en/latest/screenshots.html) to find out more. - -[![Chat with us](https://img.shields.io/badge/chat-slack-e01563.svg)](http://chat.church.io/)[![Stories in Ready](https://badge.waffle.io/monty5811/apostello.png?label=ready&title=Ready)](https://waffle.io/monty5811/apostello) +Visit our [documentation](https://apostello.readthedocs.org) or view some [screenshots](https://apostello.readthedocs.org/en/latest/screenshots.html) to find out more. [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)[![Install with Ansible](https://img.shields.io/badge/install-ansible-blue.svg)](https://apostello.readthedocs.io/en/latest/deploy_ansible.html)[![Install on DigitalOcean](https://img.shields.io/badge/install-Digital%20Ocean-blue.svg)](http://apostello.readthedocs.io/en/latest/deploy_do.html) From d3f3cd6cc85b066e76ab352d22d3c998ead8d655 Mon Sep 17 00:00:00 2001 From: monty5811 Date: Sun, 30 Sep 2018 14:23:42 +0100 Subject: [PATCH 3/4] remove church.io chat --- docs/contributing.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 81d613a9..abe873fb 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -16,8 +16,6 @@ Guidelines for code contributions: * Please run ``./scripts/run_yapf.py`` before committing to maintain code style * Please add only a single feature per pull request -Please do not hesitate to ask for help in the `chat `_. - Development Environment ####################### From 97eef7e8a3216f5f696faba9d796b5492a424a38 Mon Sep 17 00:00:00 2001 From: monty5811 Date: Sun, 30 Sep 2018 14:24:28 +0100 Subject: [PATCH 4/4] remove church.io chat --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 0f57eafc..085eebbb 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -66,7 +66,7 @@ Once you have apostello setup we need to tell Twilio what url to talk to when it * In the "Request URL field" add the url to your server, followed by ``/sms/``. If you are using Heroku it may look like ``https://apostello-demo.herokuapp.com/sms/`` or if your site is hosted at ``https://sms.example.com``, your URL would be ``https://sms.example.com/sms`` * Click save -Now you should be able to test your setup - send a message to your number and you should receive an automated reply. If not, raise an `issue `_ or get in touch on `slack `_. +Now you should be able to test your setup - send a message to your number and you should receive an automated reply. If not, raise an `issue `_. .. _email-setup: