Skip to content

Installation

Requirement

Before installing the Job Portal, make sure your server meets the following requirements:

  • Apache, nginx, or another compatible web server
  • PHP >= 8.2 or higher
  • Minimum MySql version: 5.7
  • MySQL Database server
  • PDO PHP extension
  • OpenSSL PHP extension
  • mbstring PHP extension
  • exif PHP extension
  • fileinfo PHP extension
  • xml PHP extension
  • Ctype PHP extension
  • JSON PHP extension
  • Tokenizer PHP extension
  • cURL PHP extension
  • Ensure the mod_rewrite Apache module is enabled

PHP Configuration

Open your php configuration file php.ini and update the following settings.

memory_limit = 128M
max_execution_time = 300

Database Create

Step 01

Now login to you cPanel and go to > MySQL® Database Wizard

An image

Step 02

Create Database

An image

Step 03

Create database users. Make sure to keep a record of the database user password, as you will need it during the installation wizard.

An image

Step 04

Add the user to the database, ensure all privileges are checked, and click ‘Make Changes’. Then, click ‘Next Step’.

An image

Step 05

The database has been created. Please note down the database name, database user, and database password for future use.

An image

Upload the Application

Step 01

Now upload file, Your selected folder

An image

Step 02

Extract zip file in server

An image

Folder Permission

Step 01

Then Go to file. And Change Fill Permission

An image

got to bootstap directory then change permission to cache

An image

Then Go to file. And Change Fill Permission

An image

Then Go to file. And Change Fill Permission

An image

Install Application

001

Let's Start Installation for ready Empzio Application.

An image

002

Server Requirement check for Empzio Application. If already enable PHP extension, You show checked mark green. And go to next Process. If not enable PHP extension go to php.ini and enable extension.

An image

003

Before install need to folder permission Check. If have permission okay, you go next process. And if you forget given folder permission. Go to Folder Permission

An image

004

Environment setting of your application

Note

App debug will be always false for production.

An image

005

Database Connection of your Application. if you forget credential Go to Database Create

Tips

You can connect another cloud server.
   Database Host
   Database Port
   Database Name
   Database User Name
   Database Password

An image

006

Import the demo content.

An image

007

Finished the processed and see demo credential

An image

Demo Credential

Admin Accesss

Login Url:(baseUrl)/admin/login
Username: admin@gmail.com
Password: 123456789

Company Accesss

Login Url:(baseUrl)/login
Username: company@gmail.com
Password: 123456789

Candidate Accesss

Login Url:(baseUrl)/login
Username: candidate@gmail.com
Password: 123456789

Released under the MIT License.