12/29/2014
This repository is for the Epic Admin website.
It contains all the code for getting the website to run, including: php, html, javascript, and sql. In addition it contains various documentation files.
The code is written to be run under apache. However, it was developed on a windows machine running IIS. It uses MySql for the database. To run on your machine, you will need a webserver that supports PHP 5 and a MySql database.
To install:
- Insure that you have a webserver that supports PHP 5 and a MySql database running on your machine.
- Download all files and place them in your html directory.
- Create writable directories for uploads and logs.
- Run the SQL scripts, once, to create the database and it's tables.
- Edit config.php to suit your setup.
Tools used to develop:
- Putty -- for telnet to actual website, and issues console commands
- Notepad++ -- for text editing.
- FileZilla -- for transferring the files to the actual website
- MySql Workbench -- for editing the database
- TortoiseHg -- for source control
- IIS -- to host a local copy of the website
- Chrome,IE,Safia -- Browsers, of course.
Good Luck
Contact: Dal Brandon [email protected].