Krayin is a CRM app
Create a new OS user, and MariaDB and Maria User.
SSH into the account and run the following,
mkdir src
cd src
wget https://getcomposer.org/installer
php81 installer
php81 composer.phar create-project krayin/laravel-crm
cd laravel-crm
# if this fails with a dependency error ,
# edit barryvdh/laravel-dompdf to 2.0 in the composer.json file
vim composer.json
# edit .env and add the database configuration for db/user/password
vim .env
php81 artisan krayin-crm:install
At this point you may create a new 'PHP-FPM Nginx Symlink' type app and use the following path format,
/home/USERNAME/src/laravel-crm/public