Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 1.31 KB

install_manual.md

File metadata and controls

20 lines (11 loc) · 1.31 KB

Manual Installation

The manual installation process is, well, more manual than the automated installer. A simple tool, however, has been provided to save time and headache in generating the necessary sql scripts, config files and providing some additional guidance.

Fill out all requested information on this page and click the Generate Configuration button on the bottom.

Manual Install Form

Configuration and SQL scripts will be generated. Several manual steps will now be necessary.

  • Copy/Paste and run the SQL script on the desired database server as a user with admin privileges. This script will generate the database/tables as well as all required triggers, indexes, etc.

  • Copy/paste the configuration output into the /login/dbconf.php file.

  • Open a terminal and navigate to the site root directory that includes PHP-Login and run composer install --no-dev to pull in required depenencies.

Manual Install Generated Code

Installation is now complete, however, a few steps are still necessary before your site is functional. Proceed to Post Installation Instructions