InfySupport Local Setup

1. Install WebServer

To run it on local, the very first thing that you need is a web server. You can install xamp/wamp or independently apache or nginx or your choice of the webserver which can run PHP Applications.

2. Server Requirements

Make sure, you meet all server requirements listed here.

3. Extract the Source code files

Create a folder in your local web server's root directory. E.g.

  • if you are using Wamp, then create InfySupport folder under path_to_wamp/www/infysupport/
  • if you are using Xamp, then create InfySupport folder under path_to_xamp/htdocs/infysupport/

Then based on your choice, either extract src.zip or dist.zip to the newly created folder.

Point the domain to a folder

You will need to create a virtual host to set up InfySupport. You can find steps here to create a virtual host.

  • Steps here to create a virtual host on XAMPP.
  • Steps here to create a virtual host on WAMP.

Point your domain or subdomain to the public directory inside the InfySupport folder.

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

example.com/infysupport (Invalid) localhost/infysupport (Invalid) if you are putting it in a subfolder or root website) example.com (Valid) local.infysupport.com (Valid) infysuppoer.test (Valid)

Open the link to the domain in the browser (Example: local.infysupport.com).

4. Final Steps

Please follow Next Steps from here to setup the project