Installation

Before starting the installation you have to check out the system requirements first.

Install on Apache

 

Install on Nginx

...
root "/path/to/www/public";
...
location / {
    try_files $uri $uri/ /index.php?$query_string;
}
...
...
root "/path/to/public_html/public";
...
location / {
    try_files $uri $uri/ /index.php?$query_string;
}
...

Check out this link for more information about the Nginx's Server Configuration.

Install on Localhost

Notes

The script doesn't have an "install" folder. The installation is handled by a Controller.

The script's loading times during the installation and upgrade processes may seem long but it is not actually the case. Indeed, bearing in mind that server configurations may differ from one user to another, we have opted for some pause times of 1 to 2 seconds in the installation and upgrade codes to avoid any asynchronous request execution of the installation and/or upgrade processes.