IonfirmDOCS
Docstelemint Guide
telemint/Docs

Installation Guide

Step-by-step guide to installing TeleMint on your server.

Installation Guide

Follow this guide to install TeleMint on your server. The process is automated and should take less than 10 minutes.


Step 1: Upload & Extract

  1. Download: Buy and download the project zip file from the Marketplace or directly from us.
  2. Upload: Upload the zip file to the root directory of your server or hosting (usually public_html or /var/www/html).
  3. Extract: Extract the zip file contents.

Upload and Extract Files


Step 2: Server Configuration (Nginx Only)

If you are using Apache (standard Shared Hosting), you can skip this step.

If you are using Nginx, you must point your server to the public folder and add the following routing rule to your configuration file:

root /var/www/html/your_project_folder/public;
 
location / {
    try_files $uri $uri/ /index.php?$query_string;
}
 

Step 3: Prepare the Database

Before running the installer, you need a blank database.

๐Ÿ‘‡ How to create a Database in cPanel (Click to Expand)
  1. Log in to your cPanel.
  2. Go to the Databases section and click MySQL Database Wizard.
  3. Step 1: Enter a name for your database (e.g., telemint_db) and click Next.
  4. Step 2: Create a database user (e.g., db_user) with a strong password. Save these details!
  5. Step 3: Assign All Privileges to the user and click Make Changes.

Step 4: Run the Installer

Now that your files are uploaded and the database is ready, you can install the application.

  1. Open Browser: Navigate to: https://example.com/install
  2. System Check: The installer will verify your server requirements. Ensure all dependencies are met.
  3. Database Setup: Enter the database details you created in Step 3:
FieldExample
Hostlocalhost
Nametelemint_db
Usernamedb_user
Passwordpass123
  1. License Verification: Enter your Purchase Code to verify your license.
  2. Install: The installation will start. This may take a few seconds or minutes depending on your server speed.

Step 5: Completion & Login

Congratulations! You have successfully installed TeleMint.

Default Admin Credentials

RoleEmailPassword
Adminadmin@ionfirm.com123456789

โš ๏ธ Security Warning: After logging in, immediately change the default admin email, password, and profile settings to secure your application.


Youโ€™re all set! ๐ŸŽ‰ Your TeleMint installation is now ready for use.