Installation

After purchasing the installation files, simply add "/public" to your domain's "Document Root" path.

NO SUPPORT FOR THE LOCAL SERVER

In the above image, suppose that 'codehas.ga' is your domain and you want to create a new subdomain called 'repairbox.codehas.ga'. The document root for this subdomain will also be 'repairbox.codehas.ga'. To index the form directly to '/public', you will need to add or append it to the document root. You can refer to the image below for a better understanding.

Note: To understand the index path of the document root, consider this example of a subdomain. The document root index should be the same as that of the main domain. If you want to skip the recommended method explained above, you can create just one file. Simply create a file named ".htaccess" in the root directory of the application after uploading and extracting it. Then, write the following lines inside the .htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule> Make sure that you spell all the words correctly and punctuate the sentences appropriately.

then hit create to a subdomain,

Follow step by step:

  • Copy/Upload the folder and files to your web server using cPanel or FTP.

  • If you are installing in a subfolder, please make sure there is no space in folder names.

  • CreateMysql database, database user, and grant all permission to use this database.

Let's take a look at a common method for creating a MySQL database and finding additional information related to databases.

  • Open the http://yourdomain.com/install.php

  • Before installation, the system will check the required list. You must resolve any checklist issues before proceeding.

The Installer ensures all required extensions are installed; then, enter server and database credentials and click begin to proceed with the installation.

If your database credentials are correct, the installer will run and complete the installation process. After successful installation, you will be redirected to the login page. Please use the default login details to log in.

Default Login:

  • For Admin: admin@admin.com

  • For Technician : user@user.com

Password for all : 12345678

Log in by using the above default credentials, and don't forget to change your email/password from the user management

if you have any issues during the installation process feel free to contact item support. This author's response time can be up to 2 business days

After successful installation, add notification templates using the steps provided at https://codehas.gitbook.io/repair-box/faq#how-can-set-notification-templates-for-email-and-sms-notifications

Last updated