diff options
author | phantom <phantom@FreeBSD.org> | 2001-10-01 21:18:55 +0800 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-10-01 21:18:55 +0800 |
commit | 68eb6d9773d6fae3cdb7ca05546bf4756f75bfc8 (patch) | |
tree | 007606ea6522b6019eadfe236cf2709cd018de61 /devel/bugzilla3/pkg-message | |
parent | 15e7d3364366cb7214517ca68e721092bd9f9418 (diff) | |
download | freebsd-ports-gnome-68eb6d9773d6fae3cdb7ca05546bf4756f75bfc8.tar.gz freebsd-ports-gnome-68eb6d9773d6fae3cdb7ca05546bf4756f75bfc8.tar.zst freebsd-ports-gnome-68eb6d9773d6fae3cdb7ca05546bf4756f75bfc8.zip |
Add bugzilla 2.14, bug-tracking system developed by Mozilla Project
Diffstat (limited to 'devel/bugzilla3/pkg-message')
-rw-r--r-- | devel/bugzilla3/pkg-message | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/bugzilla3/pkg-message b/devel/bugzilla3/pkg-message new file mode 100644 index 000000000000..2d96f15c2be1 --- /dev/null +++ b/devel/bugzilla3/pkg-message @@ -0,0 +1,16 @@ +========================================================================== + + Bugzilla has now been installed. To get it up and running you have to: + + 1. Create bugs database at your MySQL server. + 2. Run ${PREFIX}/www/data.default/checksetup.pl to create configuration + file (you need to do it at installation time only) + 3. Edit newly created ${PREFIX}/www/data.default/localconfig file + to customize Bugzilla setup for your system + 4. Run ${PREFIX}/www/data.default/checksetup.pl again to create required + Bugzilla data directories and fix files permissions. + + For more complete instructions on installation, setup and security notes + read Bugzilla Guide in ${PREFIX}/share/doc/bugzilla (chapter 3: Installation) + +========================================================================== |