freebsd-ports/devel/bugzilla/pkg-message
Alexey Zelkin 3e7796fd07 * reconstruct Makefile defaults to make it more package friendly
* learn default distribution about some default FreeBSD settings
* add new option to setup XML modules used to export/import bugs to share
  them between different Bugzilla instances
* use ${INSTALL_SCRIPT} rather than ${INSTALL}. Inspired by petef's letter.
  This also caused me to think "when such complex system as FreeBSD ports
  should do such simple things like prepearing of cap of coffee?"
2001-10-08 18:42:23 +00:00

22 lines
1 KiB
Text

==========================================================================
Bugzilla has now been installed. To quick setup you have to:
1. Create database user who has rights on bugs database manipulation
by following mysql commands:
GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, ALTER,CREATE,DROP,REFERENCES \
ON <database>.* TO <dbuser>@<host> IDENTIFIED BY '<password>';
FLUSH PRIVILEGES;
where <database> is a bugs database name; <dbuser> is a bugs database
owner; <host> is a host there bugzilla is being setup;
<password> is a database owner's password;
2. Change working directory to %%PREFIX%%/www/data.default
3. Run "./checksetup.pl" script as root user
4. Read output carefully and follow all instructions
For more complete database setup and post-installation instructions
and security tips/notes please read Bugzilla Guide in
%%PREFIX%%/share/doc/bugzilla (chapter 3: Installation)
==========================================================================