Installation Instruction - SaaS
Prerequisites
Last Updated: February 5, 2025Let’s get started with the essential basic requirements for installing this application. Technical Requirements Server Requirement Any Linux VPS server with root access and at least 1GB RAM and 1 vcore .
Google Maps 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_saas_backend server root folder in Visual Studio code. .env Setup Step 1: Open the open_core_hr_saas_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 2: Fill the Database details Accordingly....
Server Setup
Last Updated: June 12, 2025In this section, you can find the complete instructions on how to set up and configure your Admin Panel. Basic Setup Step 1: Log in to your Control panel. Step 2: Add a Domain by clicking “Add Web Domain”. Step 3: Enter the domain and IP address, then press the “Save” button. Step 4: After...
Tenant domain request
Last Updated: April 3, 2025Step 1: Ensure the customer has an account. If not, they need to register. Step 2: During registration, the customer should provide the required details and click the Register button. NOTE: This action will send an email to the customer for email verification. Without verification, they won't be able to log in to the dashboard....
Payment Gateways Settings
Last Updated: January 22, 2025Step 1: Login to the superadmin panel and navigate to the settings section located at the top right navigation bar. Step 2: Select the payment gateways section. PayPal Set the details in the settings page Step 1: Enable the PayPal section and fill in the required details. Save the changes. Configuring PayPal in .env File...
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...