「Flyspray」の版間の差分
ナビゲーションに移動
検索に移動
(カテゴリ変更) |
Kusanaginoturugi (トーク | 投稿記録) (カテゴリを修正) |
||
1行目: | 1行目: | ||
− | [[Category: |
+ | [[Category:課題管理システム]] |
[[en:Flyspray]] |
[[en:Flyspray]] |
||
{{Related articles start}} |
{{Related articles start}} |
2024年4月11日 (木) 18:24時点における版
Flyspray は PHP で書かれたバグトラッキングシステムです。
インストール
flyspray パッケージをインストールしてください。Flyspray は PHP が使用できる Apache HTTP Server などのウェブサーバーと MySQL や PostgreSQL などの SQL サーバーを必要とします。
Apache の設定
Apache の設定ファイルを作成する必要があります:
/etc/httpd/conf/extra/flyspray.conf
Alias /flyspray "/usr/share/webapps/flyspray" <Directory "/usr/share/webapps/flyspray"> AllowOverride All Options FollowSymlinks Require all granted php_admin_value open_basedir "/srv/http/:/tmp/:/usr/share/webapps/flyspray" </Directory>
/etc/webapps/flyspray/.htaccess
を編集して deny from all
を allow from all
に変更してください。flyspray のインターフェイス (例: http://localhost/flyspray
) を開くとインストール後のチェックページが表示されます。表示された問題は全て解決してください。