Installation of ApPHP EasyInstaller Templates
Installation of ApPHP EasyInstaller Template (for version 3.0.0 or above)
A new installation of ApPHP EasyInstaller Template is a very straight forward process:
Step 1. Uncompressing downloaded file.
Uncompress the ApPHP EasyInstaller Template archive. The archive will create a directory called "PHPEI_TPL_xxx".
Step 2. Uploading files.
Upload content of this folder (all files and directories it includes) to the directory called "install/templates/" in your easy installer site directory using FTP.
Pay attention to DON'T use the capital letters in the name of the folder (for Linux users).
For example:
public_html/install/templates/or
public_html/{easy-installer directory}/install/templates/
Step 3. Selecting a template.
Now you can select this template for your easy installer. To do this, open install/include/settings.inc.php file, find there following line of the code
define('EI_TEMPLATE', 'default');and replace it with
define('EI_TEMPLATE', 'x-white');Save changes in this file.