How to install (docker) Support System


How to install

First you need follow of programs : 
  1. Docker 

Hardware :
i recommded vps or Dedicated server or Google Cloud or AWS cloud 

  • Core 2 
  • 2 Gb ram



Install Command :

clone from repo github last stable branch .

git clone https://github.com/mohammadmoth/support-api-laravel 

run install npm & composer 

composer install
npm install 

now copy .env file form .env.example
change name database ,username,password, email and config all varb .

now you have to run is command for init database 
php artisan migrate 

now you can login 

https://youdom.com/login 
username : admin
password  : admin
please note you most change password and username for security .



Thanks 


Did you find this article useful?