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-composeClone the repository:
git clone https://github.com/fincubator/booker
cd bookerCreate configuration files from examples and fill it with your data
cp .env.example .env
cp gateways.yml.example gateways.ymlStart the services by running the command:
sudo docker-compose upYou 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.