gecko-dev/webtools/partytool
2006-10-18 02:57:58 +00:00
..
config Forgot to commit a file. 2006-10-10 22:15:11 +00:00
controllers s/text\/xml/application\/rss+xml/ 2006-10-18 02:57:58 +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 356077 - "Changes to Firefox Party tool" [p=rflint@dslr.net] 2006-10-10 20:19:01 +00:00
views Correct some grammatical issues with the new topguests feed. 2006-10-18 01:53:50 +00:00
webroot Add images from marcia for launch t-shirt and party pack. 2006-10-16 23:12: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.