Restulator 2.0 Help

Installation

This document provides instructions for installing Restulator, a web application built with Laravel, Vue.js, and jQuery.

System Requirement

  • PHP >= 8.2

  • OpenSSL PHP Extension

  • PDO PHP Extension

  • Mbstring PHP Extension

  • Tokenizer PHP Extension

  • XML PHP Extension

  • MYSQL 8.0 or later versions

  • SMTP mail server

  • Pusher api Click hear to register pusher

Install in cPanel

  • Unzip the download file from codecanyon. You will find four folders: application.zip and documentation.

  • Upload the application.zip file to your website public_html and extract it.

  • Make sure the index.php has permission 755.

  • Open a new tab and go to your web domain. Dr Assistant Pro automatically redirect you to the /install path to install the application.

  • Follow the further installation Steps.

Install in Cloud (LAMP)

  • Prepare your environment : You can take look of this doc to create environment.

  • Unzip the download file from codecanyon. You will find four folders: application.zip and documentation

  • copy application.zip to your desire server directory using scp, example command

    scp ~/Downloads/Restulator/application.zip root@yourserverip:/var/www/application.zip
  • Extract the zip to the desire location and visit the website, system will take you to the installation page.

  • Follow the further installation Steps.

Install in Cloud (LEMP)

  • Prepare your environment : You can take look of this doc to create environment. All you just need to ignore Step 3, instate of creating a new laravel project all you need is just copy the application.zip from your local to your cloud.

  • Unzip the download file from codecanyon. You will find four folders: application.zip and documentation

  • copy application.zip to your desire server directory using scp, example command

    scp ~/Downloads/Restulator/application.zip root@yourserverip:/var/www/application.zip
  • Extract the zip to the desire location and visit the website, system will take you to the installation page

  • Follow the further installation Steps

Last modified: 12 April 2025