My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Installation  
Step-by-step instructions on how to install phpLiteAdmin
Featured
Updated Oct 27, 2011 by daneirac...@gmail.com

Installation Instructions

  1. Download the latest version of phpLiteAdmin.
  2. Unzip and open the downloaded file, phpliteadmin.php, in a text editor.
  3. If you want to have a directory scanned for your databases instead of listing them manually, specify the directory as the value of the $directory variable. Also, you may choose to have all of its subdirectories scanned infinitely deep by setting the $subdirectories variable to true.
  4. If you want to specify your databases manually, set the value of the $directory variable as false and modify the $databases array to hold the databases you would like to manage.
    • The path field is the file path of the database relative to where phpliteadmin.php will be located on the server. For example, if phpliteadmin.php is located at databases/manager/phpliteadmin.php and you want to manage databases/yourdatabase.sqlite, the path value would be "../yourdatabase.sqlite".
    • The name field is the human-friendly way of referencing the database within the application. It can be anything you want.
  5. Modify the $password variable to be the password used for gaining access to the phpLiteAdmin tool.
  6. If you want to have multiple installations of phpLiteAdmin on the same server, change the $cookie_name variable to be unique for each installation (optional).
  7. Save and upload phpliteadmin.php to your web server.
  8. Open a web browser and navigate to the uploaded phpliteadmin.php file. You will be prompted to enter a password. Use the same password you set in step 4.
  9. You may optionally edit the CSS or use one of the pre-made themes to customize the look of phpLiteAdmin. Follow the instructions described on the Themes page.

Sign in to add a comment
Powered by Google Project Hosting