InfyHMS-SaaS Local Setup

InfyHMS-SaaS comes with all possible customization options like Application Name etc, but if you want to make some modifications in the code then you need to set it up on your local machine, make changes, build it, test it and then push to the server.

Please follow below guide for further installation steps.

You can setup InfyHMS-SaaS into your local by using both zip files, but we recommend to use dist file so you have to perform minimal steps.

Here are some steps to setup InfyHMS-SaaS into your local environment :

1. Install xampp/wamp (if you don't have it).

2. Create folder InfyHMS-SaaS

  • if you are using wamp then create InfyHMS-SaaS folder under you_path_to_wamp/www/
  • if you are using xampp then create InfyHMS-SaaS folder under you_path_to_xampp/htdocs/

3. Unzip dist/src zip to InfyHMS-SaaS folder

4. Point the domain to the uploaded folder

You need to create virtual host first to setup InfyHMS-SaaS. You can find steps here to create virtual host.

  • You can find steps here to create virtual host on XAMPP.
  • You can find steps here to create virtual host on WAMP.

Point your domain or subdomain to the InfyHMS-SaaS folder.

Please note that, InfyHMS must be installed on a primary domain or subdomain. Installing on a sub-folder will not work, for example:

example.com/InfyHMS-Saas (Invalid) localhost/InfyHMS-Saas (Invalid) if you are putting it in sub folder or root website) example.com (Valid) local.InfyHMS-Saas.com (Valid) InfyHMS-saas.test (Valid)

Open the link to the domain in the browser (Example:local.InfyHMS-saas.com).

5. Final Steps

Please follow Next Steps from here to setup the project