Import and deploy
In this part, we will cover how to import the project and make website live.
Last updated
In this part, we will cover how to import the project and make website live.
Last updated
First open File manager
from cPanel.
Now select public_html
folder and select Upload
button.
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
.
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.
Now do the changes as shown in image
Select Save Changes button.
Now search terminal
in cPanel.
Now type as follows:
cd public_html
composer install
php artisan migrate
php artisan passport:install
php artisan key:generate
php artisan storage:link
php artisan db:seed
composer dump-autoload
This is all you need to make DigitalHR fully working. Now you can access DigitalHR
using your-domain-name.com
.
admin123
admin123