Logo v1.0
  • Preview Demo
Logo
Preview Demo
  • Documentation
  • Introduction
  • Technical
  • Server Requirement
  • Folder Structure
  • Installation
  • Install via Cpanel
  • Install via Forge (Recommended)
  • Getting started
  • Sign Up
  • Activate
  • Activate Request
  • Product Request
  • Dashboard
  • Hierarchy
  • My Team
  • Tree View
  • Referrals
  • Profile
  • Basic Information
  • Kyc Information
  • Financial Information
  • Password
  • Transaction Password
  • Activity Log
  • Finance
  • Wallet
  • Transaction
  • Transfer Fund
  • Move Fund
  • Payout
  • Fund Request
  • Kyc
  • Business
  • Packages
  • Epin
  • Request Epin
  • Rewards
  • Notification
  • Reports
  • Binary Report
  • Level Report
  • Roi Report
  • Support
  • Tickets
  • Addon
  • News
  • Promotion
  • Authorization
  • Permission
  • Localization
  • Language
  • Settings
  • General
  • Financial
  • Package
  • Binary Income
  • Level Income
  • Direct Income
  • Reward Income
  • Registration
  • Activation
  • Payout
  • Fund
  • Seo
  • Maintenance Mode
  • Database Backup
  • Database Reset
  • GDPR Cookie
  • Custom Code
Logo v1.0
  • Documentation
  • Introduction
  • Technical
  • Server Requirements
  • File Structure
  • Installation
  • Install via cPanel
  • Install via Forge
    (Recommended)
  • Getting started
  • Sign Up
  • Activate
  • Activate Request
  • Product Request
  • Dashboard
  • Hierarchy
  • My Team
  • Binary Tree
  • Level Tree
  • Referrals
  • Profile
  • Basic Information
  • Kyc
  • Financial Information
  • Password
  • Transaction Password
  • Activity Log
  • Finance
  • Wallet
  • Transaction
  • Transfer Fund
  • Move Fund
  • Payout
  • Fund Request
  • Epin
  • Epin
  • Request Epin
  • Achievement
  • Rewards
  • Reports
  • Binary Report
  • Level Report
  • Support
  • Tickets
  • Addon
  • News
  • Promotion
  • Popup
  • Authorization
  • Permission
  • Localization
  • Language
  • Settings
  • General
  • Financial
  • Package
  • Binary Income
  • Level Income
  • Direct Income
  • Reward Income
  • Registration
  • Activation
  • Payout
  • Fund
  • Seo
  • Maintenance Mode
  • Database Backup
  • Database Reset
  • GDPR Cookie
  • Custom Code

Installation Guide via Forge (Recommended)

Explanation of installation via forge of software.

If you need help to install application in your server. Feel free to contact us on our support . We will get back to you as soon as possible.

Steps For Installing Software On Your Server

There are various steps for installing software

  1. Login to the Forge Server

    First you have to logged-in your forge server.

    Login Page
  2. Create Server

    You can choose any of the server providers according to your server. Also, you can create custom VPS server.

    Login Page
    1. Name

      Enter name of your server.

    2. Type

      Select App Server option for type of your server.

    3. IP

      Enter here IP address of your server.

    4. Create Server

      After fill IP address field, then click on the create server button. Your server successfully created on the forge server.

      Login Page

      After creating a server, then click on server for access the server.

  3. Add New Site

    After access the server, then add new site.

    1. Root Domain

      Enter here your website domain where you run this software.

    2. Project Type

      Select project type to PHP/Laravel/Symfony.

    3. PHP Version

      Select PHP Version to 8.2 or latest.

    4. Create Database

      Enable to create database option, then enter the name of the database where will you store the data of your software.

    5. Add Site

      After all the steps then click add site button. Your site successfully installed on your forge server.

    Login Page
  4. Choose Git Repository

    After installing site, you should click on the git repository option.

    Login Page
    1. Select Git Provider

      After selecting git repository, you should select your git provider where you software store.

      Login Page
      1. Repository

        After selecting the git provider, add your git url.

      2. Branch

        After that you should select branch name that you will deploy on the server. Usually main or master branch will deploy on the server.

      3. Database

        Select the database where you store the data of your software. Disable the install composer dependencies and run laravel migrations.

      4. Install Repository

        After all the steps then click install repository. After clicking this button your repository successfully installed on your server.

  5. Create Database User

    After install repository, you should add the database user.

    Login Page
    1. Name

      Enter the name of database user.

    2. Password

      Enter the strong password of that database user.

    3. Can Access

      Give the permission of databases that database user can access these database.

    4. Create

      After that click on the create button your database user successfully created.

  6. Environment

    After creating the database user, goto the environment section of your installed site on your server. In this section you can set environment of your software. You copy .env.sample file from your software and paste the whole content of this file in here. After pasting the .env.sample file you should change some credentials.

    1. APP_NAME = title of your website
    2. APP_URL = full domain of your website
    3. DB_DATABASE = name of the database
    4. DB_USERNAME = database username
    5. DB_PASSWORD = password of your database user

    Login Page

    After changing click on the save button your software environment successfully added.

  7. Command

    After added environment, you should go to the command page.

    Login Page
    1. Update Composer

      First here you run composer update command. It will update te composer of your server.

    2. Migrate Data

      Then you should run php artisan migrate:fresh --seed --force command. After run this command it will migrate the fresh database and seed the default data in your database.

    3. Storage Link

      Then you should run php artisan storage:link command. This command will link the storage folder of your software.

  8. SSL

    After run all commands, then go to the ssl section for generate ssl certificate. Then click Let's Encrypt button. After that click on the 'Obtain Certificate' button.

    Login Page Login Page Login Page
  9. Queue

    After generating ssl certificate, go to the queue section. Then enter database in connection field, after that click on the create button. It will help for fire the emails from your software.

    Login Page Login Page
  10. Scheduler

    After created queue connection, then go to the scheduler section for run closings of your software. Here fill this php8.2 /home/forge/yourdomain/artisan schedule:run in command field. Then select your database user. After that select every minute frequency. Then click on the create button.

    Login Page

After completing all the steps your software will successfully deploy on your forge server.

If you need help to install application in your server. Feel free to contact us on our support . We will get back to you as soon as possible.