From 70138c5269a81856efdecc9f90c58824809d3c04 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Wed, 11 Sep 2019 19:24:25 +1000 Subject: [PATCH] add readme info --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..793e2a3 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Discourse Patrons + +[![Build Status](https://travis-ci.org/rimian/discourse-patrons.svg?branch=master)](https://travis-ci.org/rimian/discourse-patrons) + +Accept payments from visitors to your [Discourse](https://www.discourse.org/) application. Integrates with [Stripe](https://stripe.com). + +This is a newer version of https://github.com/rimian/discourse-donations. Many thanks to Chris Beach and Angus McLeod who helped on that project. + +## Installation + +* Be sure your site is enforcing https. +* Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157 +* Add your Stripe public and private keys in settings and set the currency to your local value. +* Enable the plugin and wait for people to donate money. + +## Testing + +## Warranty + +This software comes without warranties or conditions of any kind.