Installation Instructions
Prerequisites
Last Updated: February 5, 2025Let’s get started with the essential basic requirements for installing this application. Technical Requirements Server Requirement Any shared hosting is generally sufficient.
Google Map Setup (GCP)
Last Updated: February 4, 2025We use google maps API in Admin Panel Map view (Live location markers of employees) and TimeLine View (Daily activity of the employees in maps) as well as in the mobile application to mark attendances. Setup and create a google cloud platform account with an active billing account and enable the below-mentioned APIs 1. Maps...
Firebase Account Setup
Last Updated: February 4, 2025We use firebase for push notifications, so in this section, we’ll set up the firebase project. Later we’ll configure it in the Admin Panel and Flutter. Step 1: Log into the firebase console (https://console.firebase.google.com/) and click on create a project. Step 2: Give a name to the project. Step 3: Review and click continue. Step...
Backend Setup
Last Updated: February 27, 2025Folder extraction Step 1: Extract the downloaded zip file. Step 2: Open the open_core_hr_backend server root folder in Visual Studio code. .env Setup Step 1: Open the open_core_hr_backend server root folder in Visual Studio code. Step 2: Change the .env.example file name into .env . NOTE: Make a copy of .env.example file for future reference. Step 3: Fill the Database details Accordingly....
Cpanel Setup
Last Updated: February 27, 2025In this section, you can find the complete instructions on how to set up and configure your Admin Panel using Cpanel. Database Setup Step 1: Log in to your CPanel account and head over to the Databases and Open the MySQL Databases. Step 2: Create New Database and user. Step 3: Create a new user...
Update Instruction
Last Updated: May 6, 2025Step 1: Backup Following files Before making any changes Step 2: Download the latest version of the source code and replace the existing old version with it. Step 3: Restore the previously backed-up .env file, Storage directory, and public directory to their respective locations within the new root directory. Install Dependencies Step 1: In the...