Changes

Jump to navigation Jump to search
1,884 bytes added ,  04:46, 26 July 2022
Line 1: Line 1:  
{{Languages}}
 
{{Languages}}
 
+
<!-- here we define the contrib name variable -->
 +
<!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want-->
 +
{{#vardefine:contribname| {{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 +
{{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 +
<!-- we define the language -->
 +
{{#vardefine:lang| {{lc:  {{#titleparts:    {{PAGENAME}} | | -1}}  }} |en }}
 +
{{Infobox contribs
 +
|name={{#var:contribname}}
 +
|image=
 +
|description_image= {{#var:contribname}} logo
 +
|maintainer= Unnilennium
 +
|licence= AGPLv3
 +
|url= https://nextcloud.com
 +
|category= Coding
 +
|tags=bugs,bug,coding,tickets,project management
 +
}}
 
== Bugzilla for SME Server ==
 
== Bugzilla for SME Server ==
    
=== Maintainer ===
 
=== Maintainer ===
 
[mailto:tests@pialasse.com Jean philippe Pialasse]
 
[mailto:tests@pialasse.com Jean philippe Pialasse]
 +
 +
=== Version ===
 +
<!-- keep this first element as is, you can add some if needed -->
 +
{{#smeversion: {{#var:smecontribname}} }}
 +
{{#smeversion: {{#var:contribname}} }}
    
=== Description ===
 
=== Description ===
Line 11: Line 31:  
Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. Bugzilla is used, among others, by Mozilla Foundation, Wikimedia Foundation, WebKit, NASA, Yahoo!, GNOME, KDE, Apache, Red Hat and Novell.....And the best of all : The SME Server project.
 
Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. Bugzilla is used, among others, by Mozilla Foundation, Wikimedia Foundation, WebKit, NASA, Yahoo!, GNOME, KDE, Apache, Red Hat and Novell.....And the best of all : The SME Server project.
   −
=== Requirements ===
+
=== Installation ===
A SME Server 8 fully updated
     −
=== Installation ===
+
<tabs container>
This contrib is currently held in the SME Server 8 smecontribs repository, so the following commands will install on your smeserver.
+
<tab name="For sme10">
 +
yum install {{#var:smecontribname}} --enablerepo=smecontribs
    +
</tab>
 +
<tab name="For sme8">
 
  yum --enablerepo=smecontribs install smeserver-bugzilla
 
  yum --enablerepo=smecontribs install smeserver-bugzilla
    
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
 +
</tab>
 +
</tabs>
 +
Go to http://yourdomain.sme/bugzilla and login as admin in your web browser.
   −
Go to http://yourdomainsme/bugzilla and then perform the login in your web browser.
+
* email : admin@yourdomain.sme
 +
* password : is given by
 +
  config getprop bugzilla AdminPassword
   −
Before that you have to find your login credentials
+
You then have to set the local email details:
   −
cat /etc/bugzilla.conf
+
Access Administration/Parameters/Email and then select "smtp" as mail_delivery_method, "localhost"  as smtpserver and blank smtp_username, and smtp_password, and un-select SSL.
   −
and see your email and you password
+
=== Migrating data from previous version ===
 +
Before overwriting or uninstalling the previous version you can dump the data from the database:<syntaxhighlight lang="shell">
 +
mysqldump -u bugzilla -p bugzilla > bugzilla.sql
   −
$answer{'ADMIN_EMAIL'} = 'admin@mycompany.local';
+
or
$answer{'ADMIN_PASSWORD'} = 'bs+vN148NFuEGDvN';
     −
or by the db command choose the AdminPassword
+
mysqldump105 -u bugzilla -p bugzilla > bugzilla.sql
config show bugzilla
+
 
 +
</syntaxhighlight>and then import it into the "new" database:<syntaxhighlight>
 +
mysql  bugzilla < bugzilla.sql
 +
</syntaxhighlight>and finally run the checksetup.pl bugzilla script to make sure that the database is upgraded to the latest structure (but retains the data).<syntaxhighlight>
 +
/usr/share/bugzilla/checksetup.pl
 +
</syntaxhighlight>
    
=== Uninstall ===
 
=== Uninstall ===
    
  yum remove smeserver-bugzilla
 
  yum remove smeserver-bugzilla
signal-event post-upgrade;  signal-event reboot
      
=== Bugs ===
 
=== Bugs ===
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
and select the smeserver-filezilla component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-bugzilla|title=this link}}.  
+
and select the smeserver-bugzilla component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-bugzilla|title=this link}}.  
 +
 
 +
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}}
 +
 
 +
===Changelog===
 +
Only released version in smecontrib are listed here.
 +
 
 +
{{#smechangelog: {{#var:smecontribname}} }}
 +
 
 +
 
 +
<!-- list of category you want to see this page in -->
 +
[[Category: Contrib]]
 +
<!-- Please keep there the template revision  number as is -->
 +
 
 
[[Category: Contrib]]
 
[[Category: Contrib]]
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu