Restaurant Management Local Setup

Restaurant Management 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 Restaurant Management 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 Restaurant Management into your local environment :

When you are planning to just test it on your local without any code modification, then you can use dist.zip file.

Based on the file you are using, you can either follow the Technical Guide or Non-Technical Guide. But before that, you will need to complete the following steps.

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

2. Create folder Restaurant-Management

  • if you are using wamp then create InfyVCards-SaaS folder under you_path_to_wamp/www/
  • if you are using xamp then create InfyVCards-SaaS folder under you_path_to_xamp/htdocs/

3. Unzip dist/src zip to Restaurant-Management folder

4. Point the domain to the uploaded folder

You need to create virtual host first to setup Restaurant-Management. 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 Restaurant-Management folder.

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

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

Open the link to the domain in the browser (Example: https://local.Restaurant-Management.com).

5. Final Steps

Please follow Next Steps from here to setup the project