Installation Instructions- Download the latest version of phpLiteAdmin.
- Unzip and open the downloaded file, phpliteadmin.php, in a text editor.
- 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.
- 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.
- Modify the $password variable to be the password used for gaining access to the phpLiteAdmin tool.
- 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).
- Save and upload phpliteadmin.php to your web server.
- 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.
- 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.
|