Path

7x / documentation / exponential / technical manual / 6.x / installation


Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Installation

You may install Exponential 6 in the following ways:

1. Composer

2. GitHub

3. Manual (Other)

Please note that while not popular Exponential 6 Legacy can be combined with vintage versions of eZ Platform, Exponential Platform and Ibexa DXP OSS.

Composer Exponential PHP Software Installation

You may install Exponential 6 via composer using the following command example. Please note that specifying the version number of the release is currently required to get the latest version from packagist.org:

mkdir exponential/;
cd exponential/;
composer require se7enxweb/exponential:v6.0.7;

Git + Composer Exponential PHP Software Installation

You may install Exponential 6 via git using the following command example.

git clone https://github.com/se7enxweb/exponential.git;
cd exponential/;
composer install;

Exponential Database Creation

You may install Exponential 6 using any one of the following supported databases. MySQL, PostgreSQL, SQLite, Oracle, SQL Server using the following premade instructions on creating a database.

Web Server Virtual Host Configuration

Next create a virtual host using your web server of choice. A popular option supported is the Apache web server. Here is an example. Be certain to restart your web server when you add the virtual host configuration for testing.

Running the Setup Wizard to Configure Exponential Website

Next you must from your web browser load the web server virtual host in the URL Bar.

It is required to use the Setup Wizard to complete you Exponential website installation setup and configuration for general website usage.

Continue Website Development

Next with the completion of your web site installation of Exponential 6 you can now edit your content to meet your own unique needs and continue website development by altering settings, extensions, templates and more from your favorite editor and file manager.

Your done! :)

Graham Brookins (10/05/2024 7:03 pm)

Graham Brookins (14/08/2024 9:50 pm

Graham Brookins, Geir Arne Waaler, Ricardo Correia


Comments

There are no comments.