diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:28 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:28 +0000 |
| commit | f124555536ce4b815ff160312c094545c36ec440 (patch) | |
| tree | 702199d3b5e34c9ba151483313d8c26565451c75 /devel/bugzilla2/pkg-message | |
| parent | 280725774faa4e3d91ff599cca3a1466c77d300e (diff) | |
Diffstat (limited to 'devel/bugzilla2/pkg-message')
| -rw-r--r-- | devel/bugzilla2/pkg-message | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/bugzilla2/pkg-message b/devel/bugzilla2/pkg-message deleted file mode 100644 index faf0d63f3abf..000000000000 --- a/devel/bugzilla2/pkg-message +++ /dev/null @@ -1,22 +0,0 @@ -========================================================================== - 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/bugzilla - 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) -========================================================================== |
