JAVA SCRIPT

HOW TO CREATE BUGZILLA DATABASE



1. To create Bugzilla database, once bugzilla server is configured.


   # ssh user@172.22.xx.xx

  (Provide user Password)


   # su - root         (Provide roots password)

   #cd  /bugzilla/bugzilla


   #export PROJECT=<bugzilla-db-name>


   #cp   localconfig.<olddb>   localconfig.<newdb>


   #vim  localconfig.<newdb>  

   //Update  new-databasename


   #./checksetup.pl   

  //Provide mail-id,name,newpassword  when it asks)


   #vi /etc/httpd/conf.d/bugzilla.conf   

 //copy-paste template, Edit 1st n 4th line to dbname.


   #/etc/init.d/httpd reload


   #ln -s /bugzilla/bugzilla  /var/www/html/<db>


Open any browser and check the database creation with the URL


    https:/172.22.xx.xx/<bugzilla-dbname>


1. Goto Parameters --> User Authentication --> requirelogin  Change the value to "on"  to restrict anonymous users to view other than front page


2. Goto Parameters --> User Authentication --> createemailregexp   Leave the value "blank" so that only administrator can create accounts

3. Goto Parameters --> Required Settings --> urlbase
   #https://bugzilla.xyz.com/databasename
   https://bugzilla.xyz.com/DSP/


4. Goto Parameters --> Required Settings -->upgrade_notification   Change the valuedisabled, to restrict connection to remote servers


5. Got to Parameters --> Required Settings -->maintainer   Add the Admin Mail-ID in the box


6. Goto Parameters --> Email --> mailfrom
   change the value tobugzilla

7. Goto Parameters --> Bug Fields --> usetargetmilestone   change the value to on


1. Queries need to be done only if logins are successful


2. Default admin name needs to be set


3. default url needs to be _https://bugzilla.xyz.com/xxxx/  administrator settings   and default preferences


4. Testopia links need to be turned off


5. Default quotes need to be turned off


6. When a bug is changed, the updated bug needs to be shown.


7. Size of attachments need to be set to '0' => no size limit



If you found this post useful, I would really love it, if you can Like the Page, or share it with your Facebook/Google+/Twitter Friends... It will keep me motivated. Thank you!

No comments:

Post a Comment