Booker is a microservice coordinating and validating payment gateways.
- Docker (19.03.11 tested)
- Docker Compose (1.25.4 tested)
Install git, Docker, Docker Compose:
sudo apt install git docker.io docker-compose
Clone the repository:
git clone https://github.com/fincubator/booker
cd booker
Create configuration files from examples and fill it with your data
cp .env.example .env
cp gateways.yml.example gateways.yml
Start the services by running the command:
sudo docker-compose up
You can help by working on opened issues, fixing bugs, creating new features or improving documentation.
Before contributing, please read CONTRIBUTING.md first.
Booker is released under the GNU Affero General Public License v3.0. See LICENSE.md for the full licensing condition.