Welcome to the Paystack Payment for Give repository on GitHub. Here you can browse the source, look at open issues and keep track of development.
If you are a developer, you can join our Developer Community on Slack.
Install the Paystack Payment for Give via the Plugins section of your WordPress Dashboard.
Contained within this repo, is a dockerfile and a docker-compose file to quickly spin up a wordpress and mysql container with the paystack Give plugin installed.
- Install Docker
- Create a
local.env
file off thelocal.env.sample
in the root directory. Replace the*******
with the right values - Run
docker-compose up
from the root directory to build and start the mysql and wordpress containers. - Visit
localhost:8000
on your browser to access and setup wordpress. - Run
docker-compose down
from the root directory to stop the containers.
This repository is not suitable for general Paystack support. Please use the issue tracker for bug reports and feature requests directly related to this plugin. For general support, you can reach out by
- sending a message from our website.
- posting an issues on the plugin support forum.
If you have a patch or have stumbled upon an issue with the Paystack Gateway for Paid Membership Pro plugin, you can contribute this back to the code. Please read our contributor guidelines for more information how you can do this.