Home - GodStorm91/Attendize GitHub Wiki
Vietprojp Events
This is website for events organized by Vietpro, customized based on open source Attendize
Development
Prerequisites
- Install docker
- Install docker-compose
Setup local environment
-
Create
.envfrom.env.examplecp .env.example .env -
Append config for
KOMOJU_MERCHANT_UUIDinto.envKOMOJU_MERCHANT_UUID=xxxxxxxxx -
Start docker-compose and follow instructions in Attendize
docker-compose up -dAfter that webserver is ready on localhost port 8080 and phpmyadmin is on port 8088
-
Open
phpmyadminin http://localhost:8088 -
Execute SQL to insert
Komojuintopayment_gatewaystableINSERT INTO `payment_gateways`(`id`, `provider_name`, `provider_url`, `is_on_site`, `can_refund`, `name`) VALUES (5, 'komoju', 'https://komoju.com', '0', '0', 'Komoju')