gecko-dev/webtools/partytool
2006-10-29 06:08:32 +00:00
..
config Forgot to commit a file. 2006-10-10 22:15:11 +00:00
controllers Bug 358579 - "Don't rely on $data['photos']['total'] to be a valid value" [p=ryan@ryanflint.com] 2006-10-29 06:08:32 +00:00
models Bug 356502 - "VALID_NOT_EMPTY is not sufficient for name validation" [p=ryan@ryanflint.com] 2006-10-13 14:57:23 +00:00
vendors Bug 358579 - "Don't rely on $data['photos']['total'] to be a valid value" [p=ryan@ryanflint.com] 2006-10-29 06:08:32 +00:00
views Part II of Bug 356607 -- more to come! [p=ryan@ryanflint.com] 2006-10-27 03:57:13 +00:00
webroot Part II of Bug 356607 -- more to come! [p=ryan@ryanflint.com] 2006-10-27 03:57:13 +00:00
.htaccess
app_controller.php
app_model.php
index.php
README Fixes from Ryan Flint <rflint@dslr.net> for problems found by clouserw and fligtar. 2006-10-03 09:15:28 +00:00

SERVER REQUIREMENTS
- Apache 1.3 or higher with mod_rewrite enabled
- PHP 4.3.2 or higher
- CakePHP 1.1.7.3363 or higher
- MySQL (preferred) or PostgreSQL

INSTALLATION:
- All files accompanying this README should be placed into the /app directory of
  your CakePHP install. Once complete, you should have a directory structure similar
  to the following where (/) is the base of your domain:
  /
    app/
      config/
      controllers/
      models/
      webroot/
      ...
    cake/
    vendors/

- Import the database schema (/app/config/dist.sql) into your database
- Rename database.dist.php to database.php and edit the file to reflect your
  database configuration
- Rename bootstrap.dist.php to bootstrap.php and follow the editing instructions
  within. All fields except APP_* and MAX_YEAR are optional.