Add a Prerequisite class to manage all initilaization prerequisites. Invoke before each request. Provide a CLI script to allow checking Prereqs from command line. Add CI workflow to confirm prereq validation behavior. Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/30 Co-authored-by: Greg Sarjeant <greg@subcultureofone.org> Co-committed-by: Greg Sarjeant <greg@subcultureofone.org>
21 lines
243 B
Plaintext
21 lines
243 B
Plaintext
.vscode
|
|
.DS_Store
|
|
|
|
# PHP Unit tests
|
|
phpunit
|
|
.phpunit.result.cache
|
|
|
|
# Filesystem storage items
|
|
*.sqlite
|
|
*.txt
|
|
storage/upload/css
|
|
|
|
# Testing stuff
|
|
/docker-compose.yml
|
|
scratch
|
|
|
|
# Build artifacts
|
|
tkr.tgz
|
|
|
|
# Test logs
|
|
storage/prerequisite-check.log |