How to Install Exponential Platform Legacy Print

  • How to Install Exponential Platform Exponential Platform is an , you can download the latest release directly from the Exponentia, and digital experiences. Follow the steps below to install it on, make sure you have: A hosting account with PHP (≥ 7.4) and , run this command: composer create-project se7enxweb/exponential, upload all files to your hosting server using FTP or your contro, you’ll have access to: Frontend: https://yourdomain.com , or modules. ✅ Final Notes Exponential Platform performs bes
  • 0

How to Install Exponential Platform Legacy

Exponential Platform Legacy is an enterprise-grade Content Management System (CMS) designed for professional websites, intranets, and digital experiences. Follow the steps below to install it on your hosting.


✅ Prerequisites

Before you start, make sure you have:

  • A hosting account with PHP (≥ 8.2) and MySQL/MariaDB support

  • SSH or FTP access to your hosting account

  • Composer installed (recommended)

  • A domain name connected to your hosting account


✅ Step 1: Download Exponential Platform Legacy

You can install Exponential Platform Legacy using Composer or by downloading the source files.

To install using Composer, run this command:

 
composer create-project se7enxweb/exponential-platform-legacy:v2.5.0.1 --ignore-platform-reqs exponential-platform-legacy;

This will create a new folder called exponential containing all the system files.

Alternatively, you can download the latest release directly from the Exponential Platform Legacy GitHub page.


✅ Step 2: Upload Files to Server

  • If you installed via Composer locally, upload all files to your hosting server using FTP or your control panel’s File Manager.

  • Place the files inside your domain’s public_html directory (or a subfolder if preferred).


✅ Step 3: Create a Database

  1. Log in to cPanel → MySQL Databases

  2. Create a new database

  3. Create a new database user

  4. Assign the user to the database with ALL PRIVILEGES


✅ Step 4: Configure Database Connection

Edit the file:

 
app/config/parameters.yml

Add your database details:

 
database_driver: pdo_mysql database_host: 127.0.0.1 database_port: null database_name: your_db_name database_user: your_db_user database_password: your_db_pass

✅ Step 5: Run Installation Wizard

Open your browser and go to:

 
https://yourdomain.com/exponential

The Exponential Setup Wizard will guide you through:

  1. Language and regional settings

  2. License agreement

  3. Database configuration

  4. Admin account setup

  5. Optional demo content installation


✅ Step 6: Finalize Installation

When setup completes, you’ll have access to:

  • Frontend: https://yourdomain.com

  • Admin Panel: https://yourdomain.com/exponential/admin


✅ Step 7: Post-Installation Setup

Set correct file permissions (important for cache and logs):

 
sudo chmod -R 755 var/ web/ app/cache app/logs sudo chown -R www-data:www-data .

Enable SSL/HTTPS for added security, and install any desired extensions, themes, or modules.


✅ Final Notes

  • Exponential Platform Legacy performs best on VPS or Dedicated Hosting.

  • Regularly back up your database and files.

  • Use Composer or your package manager to update the platform.


Hjalp dette svar dig?
Back