gecko-dev/webtools/partytool
2006-10-11 03:31:30 +00:00
..
config Forgot to commit a file. 2006-10-10 22:15:11 +00:00
controllers Use the user's TZ as the default when creating a party, correct grammar concerning duration unit, add a separator between party options, and convert account options from an unordered list to a paragraph. 2006-10-11 02:43:58 +00:00
models Bug 356077 - "Changes to Firefox Party tool" [p=rflint@dslr.net] 2006-10-10 20:19:01 +00:00
vendors Bug 356077 - "Changes to Firefox Party tool" [p=rflint@dslr.net] 2006-10-10 20:19:01 +00:00
views Add separators to header. 2006-10-11 03:04:35 +00:00
webroot Remove selection from mozilla.com bar. 2006-10-11 03:31:30 +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.