diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-02 22:54:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-02 22:54:55 +0000 |
commit | c554fae60b009ddbfea21e2e90c85cd62c058800 (patch) | |
tree | 27196bd8d34820d66fd09381b10aef01184a08f2 /japanese/bugzilla3/pkg-message | |
parent | 5c171e70d118a24e09c84a1a3e7aa82228f43c86 (diff) |
- Update to 2.16.8
- Unbreak
PR: ports/78195
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=130223
Diffstat (limited to 'japanese/bugzilla3/pkg-message')
-rw-r--r-- | japanese/bugzilla3/pkg-message | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/japanese/bugzilla3/pkg-message b/japanese/bugzilla3/pkg-message new file mode 100644 index 000000000000..0474ba8f11ec --- /dev/null +++ b/japanese/bugzilla3/pkg-message @@ -0,0 +1,23 @@ +========================================================================== + 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,\ + LOCK TABLES 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%%/%%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 + %%PORTDOCS%%%%DOCSDIR%% (chapter 4: Installation) +========================================================================== |