davidmerrick / BugID

Our senior design project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on the CakePHP framework.

Requirements: ImageMagick must be installed on the system, and the $imageMagick_bin variable in app/Model/Bug.php must point to the binary for it. This is so image conversion (for thumbnails and web-resolution preview images) will work.

Notes:

  1. When the vision algorithm is ready, place it in the processImageUploadMethod in the Bug model. (app/Model/Bug.php)
  2. To change the upload filesize limit of files, modify the .htaccess file in the root directory and change these values:

#Maximum allowed size for uploaded files.

php_value upload_max_filesize 100M

#Must be greater than or equal to upload_max_filesize

php_value post_max_size 100M

About

Our senior design project


Languages

Language:PHP 98.1%Language:JavaScript 0.9%Language:CSS 0.8%Language:Perl 0.1%Language:Shell 0.1%