sekkeh is a payment microservice
Install web server (nginx)
Install php > 7.4 last stable version
Install mariadb last stable version
Install phpmyadmin -last stable version
Install the composer v2
Enable the event on mariadb
Install soap client
Install curl
Set valid ip on the server
Set domain to valid ip sekkeh.filmgardi.com
Install ssl
run git clone https://github.com/meysamzandy/sekkeh-laravel-payment-microservice.git
run cd /var/www/sekkeh
run composer install
Duplicate .env.example to .env
configure mysql connection on .env
run php artisan key:generate
run php artisan migrate