Bitnami Redmine documentationのリンク
Bitnami Redmine documentationを読むと、Redmineの設定方法がなかなか良いのでメモ。
【参考】
Bitnami Redmine - Bitnami documentation
(引用開始)
5. How to create a full backup of Redmine?
5.1. Backup
5.2. Restore
6. How to upgrade Redmine?
7. How to change Redmine timezone?
8. How to install a plugin on Redmine?
8.1. Windows troubleshooting
9. How to install the RedmineCRM plugin?
10. How to install the Redmine Dropbox plugin?
11. How to install the Redmine Ultraviolet plugin?
12. How to install the Redmine Custom Workflows plugin?
13. How to install the Redmine Agile plugin?
14. How to configure the email settings of Redmine?
15. How to enable SSL?
16. How to see the Subversion repository from Redmine application or from web browser directly?
17. How to configure Redmine for advanced integration with Git
18. How to configure Redmine for advanced integration with Subversion
19. How to use Mercurial with Redmine
20. How to debug errors?
21. How to install Redmine People plugin?
22. How to configure fail2ban to work with Redmine?
(引用終了)
【1】ApachePassengerを使う時に、httpd.confの設定は、Apacheのバージョンでオプションに違いがある。
Ver2.4未満の場合とVer2.4以上の場合で、「<IfVersion < 2.3 >」「<IfVersion >= 2.3>」で分けている。
CSS、Javascriptが表示されない - Google グループにもあるように、はまっている人が多いみたい。
(引用開始)
PassengerEnabled on
Options -MultiViews
AllowOverride All
<IfVersion < 2.3 >
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.3>
Require all granted
</IfVersion>
SetEnv RAILS_RELATIVE_URL_ROOT "/new_url"
PassengerAppRoot "/opt/bitnami/apps/redmine/htdocs"
(引用終了)
【2】Bitnami Redmine documentationの目次を読むと、個性的なプラグインのインストール方法が詳しく記載されているのが面白い。
Bitnamiでも、RedmineCRM plugin、Redmine Ultraviolet plugin、Redmine Custom Workflows plugin、Redmine Agile plugin、Redmine People pluginは安心してインストールできるみたい。
これらのプラグインを使う人が海外では多いのかな?
【RedmineCRM plugin】
CRM - Plugins - Redmine
RedmineはCRMソフトとして使えるか?Part2~RedmineをCRMソフトとして使うためのプラグイン: プログラマの思索
【Redmine Ultraviolet plugin】
epitron/redmine_ultraviolet: Advanced syntax highlighting for Redmine source code repositories (using Ultraviolet, which is based on Textmate syntax files).
Ultraviolet Syntax Highlighting - Plugins - Redmine
【Redmine Custom Workflows plugin】
Custom Workflows - Plugins - Redmine
Redmineのワークフロー管理機能に分岐やロジックを追加するプラグインredmine_custom_workflows: プログラマの思索
【Redmine Agile plugin】
Agile - Plugins - Redmine
【Redmine People plugin】
People - Plugins - Redmine
【3】「15. How to enable SSL?」の箇所はちょっとしか記載がないが、Apache - Bitnami documentationに詳細が書かれている。
RedmineをSSL化したい要望は多いので、Bitnamiユーザはチェックした方がいいかもしれない。
RedmineにSSL接続で設定する方法のリンク: プログラマの思索
【4】「22. How to configure fail2ban to work with Redmine?」の箇所も面白い。
「If you want to limit the number of attemps that the users could try to log in to Redmine (and avoid brute-force attacks), you could try to install fail2ban and configure it to work with Bitnami Redmine.」という記載の通り、fail2banを利用すると、ブルートフォース攻撃を緩和できるらしい。
Redmine本家やRedmineユーザメーリングリストの下記のスレッドにも記載がある。
試してないので分からないが、外部に公開しているRedmineサーバーに入れて見ることも可能だろう。
HowTo Configure Fail2ban For Redmine - Redmine
Re: [Redmine] さくらVPSでredmine始めました不正アクセス防止する設定 - Google グループ
上記の設定ノウハウは、Redmineというよりも、普通のWebサーバーの管理に近いので、それらのノウハウをRedmineサーバーに流用できるはず。
| 固定リンク
「Redmine」カテゴリの記事
- Redmineのバージョン設定でプロジェクトの設定方法が違う(2024.06.23)
- ウクライナのRedmine開発者が作ったRedmineテーマやプラグイン(2024.06.18)
- 第26回redmine.tokyo勉強会の感想~多様性はコミュニティが成功する重要な要因の一つ #redmineT(2024.06.15)
- Redmineで持ち株管理する事例(2024.04.21)
- チケットはデータでとプロセスの二面性を持つ #redmine(2023.12.24)
コメント