merge in documentation for install
This commit is contained in:
commit
df476b9d54
11
README.md
11
README.md
|
@ -4,15 +4,20 @@
|
||||||
|
|
||||||
Accept donations in Discourse! Integrates with [Stripe](https://stripe.com).
|
Accept donations in Discourse! Integrates with [Stripe](https://stripe.com).
|
||||||
|
|
||||||
Note: Stripe requires HTTPS.
|
|
||||||
|
|
||||||
## Creating new user accounts
|
## Creating new user accounts
|
||||||
|
|
||||||
This is an experimental feature. A user can create a new account if there is a donation.
|
**This is an experimental feature.** A user can create a new account if they makes a successful donation.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
* Be sure your site is enforcing https.
|
||||||
* Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157
|
* 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.
|
||||||
|
* Check that the custom header is enabled in admin > customize > themes.
|
||||||
|
* Enable the plugin and wait for people to donate money.
|
||||||
|
|
||||||
|
Note: There's an issue upgrading to 1.8.0.beta11 with themes. You might be required to disable the plugin to do upgrades.
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue