Installation of ApPHP AdminPanel
Installation of ApPHP AdminPanel
Warning: It is important that your server is configured to support sessions.
A new installation of ApPHP AdminPanel is a very straight forward process:
Step 1. Uncompressing downloaded file.
Uncompress the ApPHP AdminPanel script archive. The archive will create a directory called "PHPAP_XYZ", where XYZ - is a number of current version.
Step 2. Uploading files.
Upload content of this folder (all files and sub-directories it includes) to your document root (public_html, www, httpdocs etc.) using FTP. Pay attention to DON'T use the capital letters in the name of the folder (for Linux users).
For example:
public_html/your_site/php_adminpanelRename default.htaccess into .htaccess if you need to add PHP5 handler.
Step 3. Creating database.
Using your hosting Control Panel, phpMyAdmin or another tool, create your database and user, and assign that user to the database. Provide the user you created with required permissions to allow the user to read, edit, execute and perform all tasks across the created database (SELECT, UPDATE, DELETE etc.). Write down the name of the database, username, and password for the site installation procedure.
Step 4. Running install.php file.
Now you can run install.php file. To do this, open a browser and type in Address Bar
http://{www.example.com}/install.phpor
http://{www.example.com}/{adminpanel directory}/install.phpCheck that you have write access to the config file directory (see EI_CONFIG_FILE_DIRECTORY in settings.inc.php). Follow instructions on the screen. You will be asked to enter: database host, database name, username and password. Also you need to enter admin username and admin password, that will be used to logging in to administration area of the site.
Step 5. Deleting installation files.
After successful installation you will get an appropriate message and warning to remove install.php file and install/ directory. For security reasons, please delete them immediately.
Your next step is Getting Started!