How to Install?





Server Configuration :

  • PHP >= 7.4
    MySQL >= v5.7.8
  • Required PHP Configuration
    curl Extension,
    fileinfo Extension,
    mbstring Extension,
    set_time_out Support ,
    safe_mode Off,
    open_base_dir No value
    mysqli Support.
  • Your domain must have SSL enabled.
  • For better performance set the below configurations as long as possible, so that your server can process script for long time if needed. : php max_execution_time, mysql connect_timeout, mysql wait_timeout , max_allowed_packet , max_connections
[We have auto update feature that have ability to update files from our cloud storage. Its recommended to make all the files and folders are writable(755 permission recommended) to avoid any future issue while updating.
[Note: If you get `404 page not found or 500 internal error` or other server error then make sure AllowOverride is enabled in your virtual host and check if .htaccess file is uploaded successfully in root or not]


Installation Manual :

  1. Download zipped package file>
  2. Upload the file to your server and extract
  3. Make sure the required file permissions are set as shown in the installation page
  4. Run the project url (using https://) via browser and you will find a interface to provide the installation settings (https://yourdomain.com):
    • Hostname : Database host name / IP (usually localhost)
    • Database Name : Create a mysql database on your host and write that name here
    • Database username  : Username of the created database
    • Database password : Password of the created database
    • Admin Panel Login Email: This will be used to login as admin
    • Admin Panel Login Password : Password to log in as admin
  5. Click install button. If the button is disabled meaning you do not meet all the server requirements.
  6. You are done. Log in with your admin username and password and start using.
  7. If installation page appears again after you hit submit and processing done that means system could not delete public/install.txt and you have to delete that file manually.