Bluetrait Board 0.5 (it is like an alpha)

To Install:

1) Copy the contents of www/ to somewhere on your webserver
2) Create a MySQL database
3) Run database/board.sql on the the newly created database
4) Open the site table and make the following changes:
	The row with the config_name 'domain' should have your domain name, e.g example.com
	The row with the config_name 'script_path' should have the folder location of the software e.g /board (in that format)
	The row with the config_name 'email' should have your email address
	The row with the config_name 'email_name' should have your name
5) Open the users table and add the users you want to use. There is no need for a password at this stage. Make sure that the active column is 1
6) Open the categories table and add categories you want to use to sort your costing
7) Open www/b-config.php and make sure the database settings are correct
8) Protect the board program with an htaccess file

Notes:

1) For the reports to be automatically generated please run a cron script that hits b-cron.php at least once a day.
2) Please note this program is not designed to be accessed publicly. If you want to access it externally please at least use htaccess password protection.

Examples for domain and script_path:

1) Board is accessed at http://www.example.com/board/
	Domain: www.example.com
	Script Path: /board
2) Board is accessed at http://board.example.com/
	Domain: board.example.com
	Script Path: 
3) Board is accessed at http://board.example.com/board2/folder/
	Domain: board.example.com
	Script Path: /board2/folder
	
Bugs/Comments/Ideas?

Michael Dale
mdale@dalegroup.net