========================================================================== 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 (for MySQL 4.0 or later): GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES, CREATE TEMPORARY TABLES, DROP, REFERENCES ON .* TO @ IDENTIFIED BY ''; FLUSH PRIVILEGES; where is a bugs database name; is a bugs database owner; is a host there bugzilla is being setup; is a database owner's password; 2. Change working directory to %%BUGZILLADIR%% 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 %%DOCSDIR%% (chapter 4: Installation) ========================================================================== '>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USES=compiler:c++11-lang is necessary to build on GCC-basedlinimon2018-12-261-1/+1