Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| anleitung:web:web_server:bugzilla [16.06.2014 07:58] – Externe Bearbeitung 127.0.0.1 | anleitung:web:web_server:bugzilla [30.09.2016 08:47] (aktuell) – [Installation und Konfiguration] J. Huber | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Bugzilla ====== | ====== Bugzilla ====== | ||
| - | Installation und Konfiguration | ||
| - | ---- | + | ===== Installation und Konfiguration ===== |
| - | * Bugzilla in das entsprechende Verzeichnis kopieren | + | | OS | Ubuntu 14.04.1 LTS | |
| - | * CGI und Perl Unterstuetzung muss aktiviert sein. | + | | Plesk-Version: |
| - | | + | | Bugzilla-Version: |
| - | < | + | ---- |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | <code perl> | + | |
| - | skip-innodb | + | |
| - | # Uncomment the following if you are using InnoDB tables | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # You can set .._buffer_pool_size up to 50 - 80 % | + | |
| - | # of RAM but beware of setting memory usage too high | + | |
| - | # | + | |
| - | # | + | |
| - | # Set .._log_file_size to 25 % of buffer pool size | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | </ | + | |
| - | < | + | |
| - | <code perl> | + | |
| - | #skip-innodb | + | |
| - | # Uncomment the following if you are using InnoDB tables | + | |
| - | innodb_data_home_dir = / | + | |
| - | innodb_data_file_path = ibdata1: | + | |
| - | innodb_log_group_home_dir = / | + | |
| - | innodb_log_arch_dir = / | + | |
| - | # You can set .._buffer_pool_size up to 50 - 80 % | + | |
| - | # of RAM but beware of setting memory usage too high | + | |
| - | innodb_buffer_pool_size = 16M | + | |
| - | innodb_additional_mem_pool_size = 2M | + | |
| - | # Set .._log_file_size to 25 % of buffer pool size | + | |
| - | innodb_log_file_size = 5M | + | |
| - | innodb_log_buffer_size = 8M | + | |
| - | innodb_flush_log_at_trx_commit = 1 | + | |
| - | innodb_lock_wait_timeout = 50 | + | |
| - | </ | + | |
| - | < | + | |
| - | + | * Bugzilla downloaden in das entsprechende Verzeichnis kopieren (hier: ''/ | |
| - | * MySQL neu starten | + | * CGI und Perl Unterstuetzung muss aktiviert sein. |
| * Leere Datenbank ' | * Leere Datenbank ' | ||
| - | * Die Bugzilla Konfigurationsdatei '' | + | |
| + | | ||
| < | < | ||
| Zeile 60: | Zeile 21: | ||
| $db_user = ' | $db_user = ' | ||
| $db_pass = ' | $db_pass = ' | ||
| + | $use_suexec = 1; | ||
| </ | </ | ||
| - | * Apache Konfiguration | + | * Apache Konfiguration |
| <code apache> | <code apache> | ||
| - | < | + | < |
| AddHandler cgi-script .cgi | AddHandler cgi-script .cgi | ||
| - | Options +Indexes +ExecCGI | ||
| DirectoryIndex index.cgi | DirectoryIndex index.cgi | ||
| - | AllowOverride Limit FileInfo Indexes | + | AllowOverride |
| </ | </ | ||
| </ | </ | ||
| - | * Apache neu starten | + | * Außerdem muss '' |
| - | '' | + | |
| - | + | * Bei manueller Änderung | |
| + | | ||
| + | '' | ||
| + | </ | ||
| + | |||
| + | * In der '' | ||
| + | * Benutzer der Bugzilla Installation noch anpassen (in ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== Deutsches Sprachpaket ===== | ||
| + | |||
| + | Inhalt des heruntergeladenden Sprachpakets nach '' | ||
| + | |||
| ---- struct data ---- | ---- struct data ---- | ||
| + | artikelinfo.name | ||
| + | artikelinfo.beschreibung : | ||
| + | artikelinfo.status | ||
| + | artikelinfo.statuslink : | ||
| + | artikelinfo.version | ||
| + | artikelinfo.cats | ||
| + | artikelinfo.catlinks : | ||
| + | artikelinfo.prg | ||
| ---- | ---- | ||