Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.04 KB

This file was created in 2016 to document this legacy project. This is a CakePHP web application.

LedTec

© 2008 Jorge Orpinel
Version 1.0.1
Online catalog system for LED manufacturer. Single-page, semi responsive web application
(back when these concepts didn't exist in mainstream)

Requires

Installation

Populate the database with a dump (in sql/) and configure connection in database.php. Configure web server to serve app/webroot; Make sure tmp/ dir is writeable by the web server.

Config

Make sure the values in core.php are correct (DEBUG and $cakeCache).

Search project for "XXX" and "TODO" for remaining questions and tasks, respectively.