- Version: 0.2.0
- Author: Sherri Wheeler
- License: MIT
- Uses: https://github.com/MirazMac/php-requirements-checker
- Pre-requisites: This tool assumes that you have PHP installed and your webserver configured and a webpage accessible in your webapp. Checking the setup of these basics is beyond the scope of this tool.
- Clone this repo into a directory inside your project's public web app directory.
git clone git@github.com:syntaxseed/server-requirements-checker.git checker
- Create your own rulesets in the
rulesets/
directory.- Copy and edit:
rulesets/rules-example.php
. - Extra docs about defining rules see: https://github.com/MirazMac/php-requirements-checker
- Copy and edit:
- Create a new config file by copying
config-sample.php
toconfig.php
or run:composer run-script setup
.- Edit the config.php file and define which rulesets to make available in the menu and whether to do a DB test.
- Visit the
checker/index.php
file in a browser to run the checks. - When satisfied, delete this directory.
- Make it work as a command line tool as well.
- Nicer formatting/basic stylesheet.