Advance Point Of Sale - Next POS
Live DemoFeedbackBuy NowDisclaimer
  • Introduction
  • Features
  • Live Demo
  • Setup
    • Requirments
    • Installation
    • Update
    • Change Logs
  • Guidelines
  • Dashboard
  • POS
  • Items
  • Suppliers and purchases
  • Expenses
  • Warehouses and stocks
  • Sale orders and Reports
  • Settings
    • POS Setup
    • Configurations
    • Scan/Print Setup
    • Users
    • Database backup/Restore
    • Translations
  • Miscellaneous
    • Sources and Credits
    • Portfolio
    • Item Support
    • Contact Author
  • Disclaimer
  • For Customer
Powered by GitBook
On this page

Was this helpful?

  1. Setup

Installation

PreviousRequirmentsNextUpdate

Last updated 1 year ago

Was this helpful?

Once you downloaded installation files after purchase, you just need to add /public to your domain's "Document Root". path.

NO SUPPORT FOR THE LOCAL SERVER

Suppose In the above image codding.xyz is your domain, you are going to create a subdomain which will be pos.codding.xyz, and the Document Root will be "pos.codding.xyz".Here for application needs to index the form directly "/public". so simply add or append just /public in document root as shown in the image below.

Note: This is an example for a subdomain to understand the document root path index, the same as the document root should index in the case of the main domain.

You can skip this recommended method (explained above) by creating just one file

and creating a file (.htaccess) on the root directory of the application after uploading and extracting. then write the following lines inside the .htaccess file.

File content for (with the name of .htaccess)

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

then hit create to a subdomain,

Follow step by step:

  • Copy/Upload the folder and files to your web server using cPanel or FTP.

  • If you are installing in a subfolder, please make sure there is no space in folder names.

  • CreateMysql database, database user, and grant all permission to use this database.

  • Open the http://yourdomain.com/install.php

  • Before installing the system will check the required list - If there is an issue with the checklist You will need to fix it first to proceed to the next step.

The Installer will make sure about the required extensions are installed or not. If all required extensions are installed fill in your server credentials, and database information and hit begin to install.

If your filled database credentials are correct installer will run and install. if everything goes smoothly, you will be redirected to the login page (use the default log detail to log in).

Default Login:

  • Username: admin@admin.com

  • Password: 12345678

Log in by using the above default credentials, and don't forget to change your email/password from user management.

let's see a common way to and read more common .

if you have any issues while the installation process feels free to contact . This author's response time can be up to 2 business days.

create MySQL database
information related database
item support
creating subdomain with the document root path is 'pos.codding.xyz'
just append path with '/public'