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 :
- admin@amp.ansteorra.org - System super user
- agatha@ampdemo.com - Local MoAS
- bryce@ampdemo.com - Local Seneschal
- caroline@ampdemo.com - Regional Seneschal
- devon@ampdemo.com - Regional Armored
- eirik@ampdemo.com - Kingdom Seneschal
- garun@ampdemo.com - Kingdom Rapier
- haylee@ampdemo.com - Kingdom MoAS
- iris@ampdemo.com - Basic User
- jael@ampdemo.com - Pricipality Coronet
- kal@ampdemo.com - Local Landed Nobility with a Canton
- forest@ampdemo.com - Crown
- leonard@ampdemo.com - Local Landed Nobility with Stronghold
- mel@ampdemo.com - Local Exchequer and Kingdom Social Media
Fixes file permissions for Apache web server access. Run this if you encounter permission errors with logs, tmp, or images directories:
./fix_permissions.shResets the development database to a clean state with seed data:
./reset_dev_database.shRuns load testing against the application:
./load_test.shRuns security checks on the application:
./security-checker.shGenerates Entity Relationship Diagrams for the database schema:
./create_erd.shCreates a seed database for the application:
./make_amp_seed_db.shMerges changes from the upstream repository:
./merge_from_upstream.sh