Installation - Cloud VPS

Learn how to install QwikTest in Linux Virtual Private Server

Follow the below steps carefully to install the QwikTest script in the cloud server. Your server must have PHP 7.4, MySQL 5.7.24 or higher, and Apache/NGINX.

  1. Configure a domain to your server public IP address

  2. Create a database

  3. Upload script downloaded from CodeCanyon to the server using WinSCP.

  4. Installation

See Important Things to Remember before installation.

The following are some useful links for configuring the Laravel application in cloud servers.

Our Demo is powered by Digital Ocean VPS.

DigitalOcean Referral Badge

Installation Process

Step 1

Create a domain or subdomain and set A record to the server IP address in your DNS editor.

Step 2

Login to your putty using SSH client, create a database and assign all privileges to the database user.

Step 3

  • Download the zip file from CodeCanyon.

  • Extract the zip file from your system.

  • Navigate to Fresh Installation folder.

  • Select the upload_this.zip file and upload it to the /var/www/app_folder directory of your server using WinSCP.

  • Extract the contents of the uploaded zip file to the same directory.

  • Give 775 permission to the following directories.

    • storage/framework

    • storage/logs

    • bootstrap/cache

Give 644 permission to the .env file.

Step 4

The application files are now in order, but we still need to configure Nginx to serve the content. To do this, we’ll create a new virtual host configuration file at /etc/nginx/sites-available.

The following configuration file contains the recommended settings for Laravel applications on Nginx: Copy this content to your/etc/nginx/sites-available/yourdomainfile and adjust the directory path and other values to align with your own configuration. Save and close the file when you’re done editing.

To activate the new virtual host configuration file, create a symbolic link to yourdomain in sites-enabled.

Step 5

Then navigate to yourdomain.com/install on the browser and follow the instructions.

Final Step

Finally, when you are on the installation success screen, don't close the browser window directly. Instead, you must hit the Click here to exit the button to complete the installation.

Installation Support

Please raise a ticket on our support portal if you have any issues with the installation within the QwikTest application.

Last updated

Was this helpful?