AMS

AMS (A Management System) run Php and PDO base MySql code easily inside a basic Twitter Bootstrap template.

View project on GitHub

Welcome to A Management System (AMS)

This is a AMP (Apache/Php/MySQL) project and utilizes Twitter Bootstrap as the front-end framework. The AMS GitHub project is freely available for download and distribution under the MIT License, and has been developed by William Crandell (@CrandellWS).

Installation Guide

Copy all files from the htdocs folder into either the root directory or subfolder of the web server.

A MySQL database and user will firstly need to be created. AMS needs to be configured with information of the MySQL host, database name, username, and correlating password. This information is to be inserted into these 3 files /includes/config.php, /install/index.php, and /resetpw.php.

Depending on the server configuration, you may need to set the defined variable AMS_SEO_URL found in includes/defines.php. You also may want to change the AMS_SITE_NAME in this location.

Additionally, the .htaccess file will need the RewriteBase set to the correct location.

FYI, the installation script is on the roadmap to recovery, and becoming a better script by automating these configurations.