DigitalHR (Flutter)
  • Welcome
  • Flutter Setup
    • Installing Android Studio
    • Installing Flutter SDK
    • Import Project
    • Updating local.properties file
    • Configuring Firebase
    • Change Application Package Name
    • Change App Name
    • Server URL
    • App Logo
    • Change App Colors
    • Strings
    • Image Assets
    • App Font
  • Notification Sound
  • Publishing the App
    • Build and release android app
    • Build and release an iOS app
  • Admin Panel
    • Requirements
    • Database setup
    • Import and deploy
    • Change Time Zone
    • Setup cron job
    • Setup Firebase
  • Rate and support
  • Change Log
    • Version 8.0 Backend
    • Version 7.0 Flutter
  • Migrate from older version
    • Backend Migration
      • Roles and Permission
      • Version 10.0 to 11.0
    • Flutter Migration
      • Version 7.0 to 8.0
  • FAQ
Powered by GitBook
On this page
  • Import file
  • Laravel setup
  • Access admin portal
  1. Admin Panel

Import and deploy

In this part, we will cover how to import the project and make website live.

PreviousDatabase setupNextChange Time Zone

Last updated 2 years ago

Import file

  1. First open File manager from cPanel.

  2. Now select public_html folder and select Upload button.

  3. Now upload the digital-hr-file.zip file. Points shown in image down below.

    • Now right click on digital-hr-file.zip file and click Extract option.

    • Double click digital-hr-file folder and select Select All button.

    • Now click Move button

    • In path, remove current folder name: digital-hr-file.

    • Click Move Files.

  4. After import is successful, right click .env file and select edit button. If you get a popup, you will see edit button again. Click edit button and you will be redirected to edit view.

  5. Now do the changes as shown in image

  6. Select Save Changes button.

Laravel setup

  1. Now search terminal in cPanel.

  2. Now type as follows:

    1. cd public_html

    2. composer install

    3. php artisan migrate

    4. php artisan passport:install

    5. php artisan key:generate

    6. php artisan storage:link

    7. php artisan db:seed

    8. composer dump-autoload

This is all you need to make DigitalHR fully working. Now you can access DigitalHR using your-domain-name.com.

Access admin portal

Username
Password

admin123

admin123