Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The script will check for dependencies. If the dependencies are not met, some information about how to install them is displayed and the script will exit. To force the install, regardless of the dependency status, run the command by

Code Block
languagebash
./install.pl check_dependencies=n

The script will install the files and prompt for your MySQL root user password.

...