Skip to content

Installation

Follow the steps below to install GoBiz on your server.

1. Download the Source Code

After purchasing GoBiz, download the package from CodeCanyon and extract it on your computer.

Inside the extracted package, you'll find:

text
gobiz-source-code.zip

This is the file you'll upload to your server.

GoBiz Installation


2. Upload and Extract

Upload the following file to your server:

text
gobiz-source-code.zip

Once the upload is complete, extract the archive in your desired installation directory. After extraction, delete the ZIP file to free up server space.

GoBiz Installation

Access your installation using the appropriate URL:

Installation LocationURL
public_htmlhttps://yourdomain.com
Inside a folder under public_htmlhttps://yourdomain.com/folder_name
Subdomainhttps://subdomain.yourdomain.com
Folder inside a subdomainhttps://subdomain.yourdomain.com/folder_name

3. Launch the Installation Wizard

Open your installation URL in your browser. The GoBiz Installation Wizard will appear.

Note

If the installer does not load, verify that your server meets all the requirements described in the Server Requirements section.

GoBiz Installation

Click Check Requirements to verify that your server satisfies all installation requirements.


4. Verify Server Requirements

GoBiz Installation

The installer checks your server configuration automatically.

If any requirement fails:

  • Enable the missing PHP extension.
  • Contact your hosting provider if you do not have access to your PHP configuration.
  • Refresh the page after making the required changes.

Once all requirements pass, continue to the permission check.


5. Verify Folder Permissions

GoBiz Installation

GoBiz requires write permission for the storage directory.

Ensure the required folders have 775 permissions.

To update permissions in cPanel:

  1. Open File Manager.
  2. Navigate to the storage folder.
  3. Right-click the folder and select Permissions (or Change Permissions).
  4. Set the permission to 775 and apply the changes.

If you're unsure how to change folder permissions, watch this tutorial:

https://www.youtube.com/watch?v=EhSB9nRToEc


6. Configure the Application

GoBiz Installation

Complete the installation form with the following information:

  • Purchase Code
  • Application Name
  • Application Environment
  • Database Name
  • Database Username
  • Database Password

For a smooth installation, use the following PHP settings:

ini
max_execution_time = 600
memory_limit = 512M

Application Environment

  • Select Local when installing on your local machine.
  • Select Production when installing on a live server.

Note

During a local installation using php artisan serve, the development server may restart automatically. You may briefly see a connection error for a few seconds. Refresh the page if necessary and continue with the installation.

After verifying all information, click Install.


7. Installation Complete

GoBiz Installation

Congratulations! GoBiz has been installed successfully.

Click Exit to access your application.

Welcome to GoBiz

GoBiz Home

Your GoBiz application is now ready to use.

Default Administrator Login

Use the following credentials to sign in after installation:

FieldValue
Login URLhttps://yourdomain.com/login
Email[email protected]
Passwordadmin@admin

Important

For security reasons, change the default administrator password immediately after your first login.

© 2019-present NativeCode. All rights reserved.