Install InfySupport

If you have purchased the InfySupport system then you will be able to find dist.zip within main zip file.

Extract that file on your local and follow the following steps:

1. Copy files to a web server

Upload dist.zip to your web server's root (public_html) and extract it there. If you are installing it on subdomain then do extract it in your subdomain's root folder.

2. Setup your Database

Open PHPMyAdmin on your server and do a login.

Database Login

Click on the Databases tab.

Database

Create a new database and specify a Database name of your choice and click the Create button.

Create Database

Now on the left, select the database that you have created and click Import in the top menu

Import

Under Import, choose the database SQL file from dist/database/infy_support.sql from the extracted file from your local and click the Go button.

Import File

3. Setup environment .env file

  1. Open .env file from your server's root folder.

Setup

  1. Update your .env file

You need to change the following information into your environment (.env) file.

- APP_NAME - Name of your Application - APP_URL - Change this URL with your server URL (including trailing path if you are putting it in sub folder or root website) - DB_HOST - Put your database hostname here - DB_PORT - Put your database port here if it does not default to 3306 - DB_DATABASE - Change it to your database name - DB_USERNAME - Name of your database user - DB_PASSWORD - Password of your database user

You will also need to set up mail configuration and update the following variables. You can use the below video for the reference on how to setup email configuration for cPanel servers.

- MAIL_MAILER - MAIL_HOST - MAIL_PORT - MAIL_USERNAME - MAIL_PASSWORD - MAIL_ENCRYPTION - MAIL_FROM_ADDRESS - MAIL_FROM_NAME

If you want to store your files to direct your s3 bucket then you have to use following .env variables. You need to change FILESYSTEM_DRIVER and MEDIA_DISK value to s3 when you are using AWS file storage.

- AWS_ACCESS_KEY_ID= - AWS_SECRET_ACCESS_KEY= - AWS_DEFAULT_REGION=us-east-1 - AWS_BUCKET= - AWS_ENDPOINT= - AWS_URL=

Or you can use your choice of storage driver to store your media assets if you want. All of your attachments will be placed into that.

Setup the google and facebook social login. find step To Setup Google Login to set up google login and click To Setup Facebook Login to setup the facebook login.

- GOOGLE_CLIENT_ID= - GOOGLE_CLIENT_SECRET= - GOOGLE_REDIRECT={APP_URL}/login/google/callback

Note: {APP_URL} should be replaced by your domain. e.g https://my-domain.com/login/google/callback

- FACEBOOK_APP_ID= - FACEBOOK_APP_SECRET= - FACEBOOK_REDIRECT={APP_URL}/login/facebook/callback

Note: {APP_URL} should be replaced by your domain. e.g https://my-domain.com/login/facebook/callback

  1. Update the pusher env for real time conversations

Please click here to follow pusher env configurations.

4. Admin login

You can do admin login by accessing given URL.

YOUR_APP_URL/login

email: admin@infysupport.com

password: 123456