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.zipfile to your websitepublic_htmland extract it.Make sure the index.php has permission
755.Open a new tab and go to your web domain. Restulator automatically redirect you to the
/installpath 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.zipanddocumentationcopy
application.zipto your desire server directory usingscp, example commandscp ~/Downloads/Restulator/application.zip root@yourserverip:/var/www/application.zipExtract 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.zipfrom your local to your cloud.Unzip the download file from codecanyon. You will find four folders:
application.zipanddocumentationcopy
application.zipto your desire server directory usingscp, example commandscp ~/Downloads/Restulator/application.zip root@yourserverip:/var/www/application.zipExtract the zip to the desire location and visit the website, system will take you to the installation page
Follow the further installation Steps