UniBooker Vehicle
Product LinkInstallation PlansSupport
  • Introduction
  • Changelogs
  • Getting Started
  • 🚀Admin Setup
    • Server Requirements
    • Install on Server
    • Required Configuration
  • 📱APP SETUP
    • Introduction
    • Code Setup
  • 📱VENDOR APP SETUP
    • Introduction
    • Code Setup
  • 🌎VENDOR WEB SETUP
    • Introduction
    • Code Setup
  • Support and Feedback
Powered by GitBook
On this page
  • 1. Set Up the Database​
  • 2- Admin Panel Installation

Was this helpful?

  1. Admin Setup

Install on Server

PreviousServer RequirementsNextRequired Configuration

Last updated 5 months ago

Was this helpful?

1. Set Up the Database

Before installing the admin panel, you need to set up the database for the application. To do this:

Go to MySQL Databases

Make a new database

Create user for database

Add user to database

Give Privileges to the users

The steps to set up the database can vary between different hosting providers. If you're having trouble, contact your server provider for help. You can also reach out to us for any type of consulting if you need assistance.

2- Admin Panel Installation

After downloading the code from Codecanyon, upload the 'Admin_Install.zip' file into your directory and unzip it. You can install uniBooker on your main domain or a subdomain. For example, it could be 'yourdomain.com' or 'subdomain.yourdomain.com'.

Do not install the admin panel or web app in a subdirectory, such as 'yourdomain.com/folder'.

UniBooker requires an SSL certificate to be installed on your domain for all services to work properly. You can easily set up a free SSL certificate through cloudflare.com.

Let's begin the installation:

First, visit your site URL followed by '/install', for example, 'yourdomainname.com/install'. This will automatically take you to the installation page. Click on 'Get Started' to begin.

  • Step 1: Make sure all necessary extensions are enabled. Verify the required information, and if everything is in order, click on 'Next'.

Step 2: Make sure all necessary permissions are enabled. Verify the required information, and if everything is in order, click on 'Next'.

  • Step 3: You will need to insert the purchase code to validate the purchase.

  • Step 4: Set up the Database host, Database name, Database username, and password, then click 'Next'. If the database is on your server, the host is typically 'localhost' or '127.0.0.1'.

  • Step 5: You'll need to import the SQL file. Simply click on 'Import Database' to import the database.

  • Step 6: Enter the necessary details and finalize the installation by clicking 'Complete Installation'.

Installation Complete

Congratulations! Your application has been successfully installed.

🚀
​