InfyInvoices Local Setup

InfyInvoices is Invoice Management System which help users to manage their invoices at one place.

Now Complete the following steps.

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 InfyInvoices folder under path_to_wamp/www/infyinvoices/
  • if you are using Xamp, then create InfyInvoices folder under path_to_xamp/htdocs/infyinvoices/

Point the domain to a folder

You will need to create a virtual host to set up InfyInvoices. 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 InfyInvoices folder.

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

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

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

4. Final Steps

Please follow Next Steps from here to setup the project