Line 36: |
Line 36: |
| <tab name="For sme10"> | | <tab name="For sme10"> |
| yum install {{#var:smecontribname}} --enablerepo=smecontribs | | yum install {{#var:smecontribname}} --enablerepo=smecontribs |
− |
| |
− | you might need a second event or sometime ibays folder is not visible
| |
− | signal-event nextcloud-update
| |
| | | |
| </tab> | | </tab> |
Line 47: |
Line 44: |
| </tab> | | </tab> |
| </tabs> | | </tabs> |
− | Go to http://yourdomainsme/bugzilla and then perform the login in your web browser. | + | Go to http://yourdomain.sme/bugzilla and login as admin in your web browser. |
| + | |
| + | * email : admin@yourdomain.sme |
| + | * password : is given by |
| + | config getprop bugzilla AdminPassword |
| + | |
| + | You then have to set the local email details: |
| | | |
− | Before that you have to find your login credentials
| + | 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. |
| | | |
− | cat /etc/bugzilla.conf
| + | === 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 |
| | | |
− | and see your email and you password
| + | or |
| | | |
− | $answer{'ADMIN_EMAIL'} = 'admin@mycompany.local';
| + | mysqldump105 -u bugzilla -p bugzilla > bugzilla.sql |
− | $answer{'ADMIN_PASSWORD'} = 'bs+vN148NFuEGDvN';
| |
| | | |
− | or by the db command choose the AdminPassword
| + | </syntaxhighlight>and then import it into the "new" database:<syntaxhighlight> |
− | config show bugzilla
| + | 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.}} | | 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.}} |