Оглавление
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- Obtaining sample antivirus files
- Clamav on CentOS
- SpamAssassin
- CGPAV: how to integrate antivirus with CommuniGate
- SpamAssassin accessibility
- Antispam settings in CommunigatePro
- Antivirus and Nagios adjustments
- Config files and scripts for antivirus and antispam
- GreyListing (eserv.ru)
- Greylisting: панацея от спама или мыльный пузырь?
- Неприступный почтовый сервер, или жизнь без спама
- External SOHO References
- Supplementary SOHO procedures
Заголовки
Migrating from Bugzilla to Redmine
This task can be accomplished by the bugzilla2redmine.php script.
Redmine lacks some bugzilla statuses which are by default mapped as follows: "unconfirmed" to "new", "resolved" to "closed", "verified" to "assigned", "reopened" to "new". Feel free to adjust as needed.
Redmine 0.8.x lacks keywords (see issues 2897, 1448). One can use categories for that. But a category can be seen as bugzilla product component and these can be mapped to child projects in redmine. The script solves this by creating new custom field "Keywords", makes it cross-project, searchable and usable as a filter with validation regular expression:
^(value1,?|value2,?|value3,?)+$
Install php and mysql
yum install php php-mysql mysql-server
Increase PHP memory limit in /etc/php.ini
memory_limit = 64MB
Increase MySQL packet size in /etc/my.cnf and restart mysql
max_allowed_packet=32M
Edit parameters at the top of the script and run it
php bugzilla2redmine.php
Restore /etc/php.ini and /etc/my.cnf when done.
The script creates users with passwords equal to their login names. Fix them afterwards.
Afterwards manually attach SVN repositories to migrated projects.
Verify and fix user project membership.

Комментарии
Отправить комментарий