Skip to content

jhandel/KMP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KingdomMangementPortal

CodeRabbit Pull Request Reviews

Membership management system for SCA Kingdoms.

Please review the wiki for solution details https://github.com/Ansteorra/KMP/wiki

Dev users all have the password "TestPassword"

Dev Users :

Utility Scripts

fix_permissions.sh

Fixes file permissions for Apache web server access. Run this if you encounter permission errors with logs, tmp, or images directories:

./fix_permissions.sh

reset_dev_database.sh

Resets the development database to a clean state with seed data:

./reset_dev_database.sh

load_test.sh

Runs load testing against the application:

./load_test.sh

security-checker.sh

Runs security checks on the application:

./security-checker.sh

create_erd.sh

Generates Entity Relationship Diagrams for the database schema:

./create_erd.sh

make_amp_seed_db.sh

Creates a seed database for the application:

./make_amp_seed_db.sh

merge_from_upstream.sh

Merges changes from the upstream repository:

./merge_from_upstream.sh

About

Kingdom Management Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.4%
  • JavaScript 41.7%
  • CSS 4.5%
  • Shell 0.9%
  • Jupyter Notebook 0.3%
  • Dockerfile 0.1%
  • Other 0.1%