Skip to content

Commit

Permalink
Add README.md to Bugzilla demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jandubois committed Dec 1, 2011
1 parent 26871a3 commit 24cc925
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Bugzilla Demo

This demo creates a Bugzilla application on Stackato.

It is based on Bugzilla-4.0.2 and includes additional patches as well
as experimental changes to make it PSGI compatible.

Only the required modules are included in this demo; optional
functionality is not installed. Since Stackato doesn't yet support
cron jobs, none of the scheduled tasks are configured either.

## Configuring Bugzilla

Bugzilla can be configured by updating the `myconfig.pl` file before
pushing the application to Stackato. Once the MySQL database has been
created on the Stackato cloud, the `myconfig.pl` file should no longer
be modified. Instead all further customization should happen via the
Bugzilla web interface.

## Deploying Bugzilla

Verify the settings in `stackato.yml` and `myconfig.pl` and then publish
by running:

$ stackato push -n

0 comments on commit 24cc925

Please sign in to comment.