Online banking with mPOS backend
- install ruby version from
.ruby-version - set ENV variables in
.envfile, use.env.example.txtfile as template - create
webpay_(test/dev/prod)database - run
bundle - run
rake db:migrate - add webpay entry to host file:
127.0.0.1 webpay-admin - start local server:
rerun -- puma -v -t 1:1 -b tcp://webpay:5555 - install webpay-spa-admin for frontend
- simlink files/pos/binaries/downloads to downloads folder in public app
- enable feature by adding
ACQUIRING=trueenv variable - create
settings/acquiring_data.rb, use .example file as template