/mun_mms

MUN Member Management System for K12 schools.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

img

GitHub license GitHub issues

MUN Member Management System

Model United Nations, also known as Model UN or MUN, is an educational simulation and/or academic competition in which students can learn about diplomacy, international relations, and the United Nations. MMS designed exclusively for K12 schools that offer MUN as an extracurricular activity.

Requirements

  • Web Host (Linux OS)
  • MySQL Database

Note: cPanel (WHM) is recommended.

Copyleft

This project uses MeekroDB under GPL-3.0 license.
This project uses PHPMailer under LGPL-2.1 license.

Installation

Create a config.php file under private/page/ with these variables:

$config['db']['user'] = '';
$config['db']['pass'] = '';
$config['db']['database'] = '';
$config['db']['host'] = '';

$config['smtp']['user'] = '';
$config['smtp']['pass'] = '';
$config['smtp']['host'] = '';
$config['smtp']['port'] = 25;
$config['smtp']['encryption'] = 'tls';
$config['smtp']['from'] = '';
$config['smtp']['from_name'] = '';