Appearance
Install InfyHMS
Once you purchase InfyHMS system then you will be able to find dist.zip
within the main zip.
Video Tutorial
You can also follow the video below for video tutorial of the installation process.
Extract that file on your local and follow the following steps:
Copy files to a web server
Upload dist.zip
to your web server's root (public_html) and extract it there.
Default Database Setup
- Open PHPMyAdmin on your server and do a login.
- Click on the Databases tab.
- Create a new database and specify a Database name of your choice and Click Create button.
- Now on the left, select the database (hms) OR the one that you have created.
- Click Import in the top menu
- Under Import, choose the default sql file from
dist/database/hms.sql
and click button Go.
Environment Variables
Open .env
file from your server's root folder.
You need to change the following information into your environment (.env) file.
App name and URL Setup
ini
APP_NAME="App Name"
APP_URL="https://your-domain.com"
Database Setup
ini
DB_HOST="DB Host here"
DB_PORT="3306" // this may changed as per your DB
DB_DATABASE="DB Name"
DB_USERNAME="DB Username"
DB_PASSWORD="DB Password"
Email Setup
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.
ini
MAIL_DRIVER=
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME="Your App Name"
Amazon S3 Storage Setup
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.
ini
FILESYSTEM_DRIVER=s3
MEDIA_DISK=s3
ini
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
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.
Twilio Setup
Set twilio env if you want to use SMS module. You can find to setup twilio steps from above.
ini
TWILIO_SID=
TWILIO_TOKEN=
TWILIO_FROM_NUMBER=
Stripe Setup
Set Stripe configuration it is using while IPD payments. Here is some links by using it you will get an idea about how to generate stripe API keys.
ini
STRIPE_KEY=
STRIPE_SECRET_KEY=
Razorpay Setup
Set up the Razorpay Credentials into env:
You have to create account from Here and then you can find steps here to generate keys Here
ini
RAZOR_KEY=
RAZOR_SECRET=
PayPal Setup
Set up the Paypal Credentials into env:
You have to create account from Here and then you can find steps here to generate keys from Here or Here
ini
PAYPAL_CLIENT_ID=
PAYPAL_SECRET=
# change mode to "live" while moving to production
PAYPAL_MODE="live"
Paystack Setup
Set up the Paystack Credentials into env:
You have to create account from Here and then you can find steps here to generate sectet keys Here
Please use your email into Merchant Email
ini
PAYSTACK_PUBLIC_KEY=
PAYSTACK_SECRET_KEY=
PAYSTACK_PAYMENT_URL=https://api.paystack.co
PAYSTACK_MERCHANT_EMAIL=
DO NOT FORGET TO FOLLOW GIVEN STEP : Also please set the redirect/callback URL to APP_URL/paystack-payment-success
from your paystack account.
Zoom Setup
Set Zoom configuration it is using in Live Consultations module. So first of you need to create your zoom ap into zoom marketplace and need to generate the API Keys and credentials.
- Go to Zoom App Marketplace and do sign in.
- Click
Develop
button on header and selectBuild
App menu. - Choose the
JWT
and create an application with the app name that you want. - Input required information and click
Continue
until your app will be activated.
After completing the above steps, you need to update your .env
file by placing below keys inside that.
ini
ZOOM_API_URL="https://api.zoom.us/v2/"
ZOOM_API_KEY="INPUT_YOUR_ZOOM_API_KEY"
ZOOM_API_SECRET="INPUT_YOUR_ZOOM_API_SECRET"
ZOOM_REDIRECT_URL=${APP_URL}/zoom/callback"
Google Captcha Setup
You need to set google re-captcha for contact us form, you have to follow given steps and need to set following env variables.
ini
NOCAPTCHA_SECRET=
NOCAPTCHA_SITEKEY=
Here is link to generate and get the keys of google captcha.
Admin login
You can login as admin using below credentials.
Email: admin@hms.com
Password: 123456789