必要条件
Redmine | 5.0 - 3.0 |
---|---|
Devices | Desktop, Laptop, Mobile, Tablet |
Displays | Non-Retina, Retina, 4K |
オペレーティングシステム | Linux, OS X, Windows, iOS, Androin, Windows mobile |
ブラウザ | Chrome, Safari, Internet Explorer and Firefox |
RedmineUPプラグイン,テーマ,クラウドサービスは120ヵ国に渡り140 000以上の企業から支持を得てきました。
インストレーション
- テーマをダウンロード
../public/themes/
へZIPを解凍して下さい。../public/themes/coffee/stylesheets/application.css
のようなapplication.cssへディレクトリーパスが開設されます。
- Redmineを再起動することで、新しくインストールされたテーマがリストに追加されます。
- "管理 -> 設定" -> "ディスプレイ" の順に進み"テーマ”のリストから新しく追加されたテーマを選び、設定を保存して下さい。
- 選択されたテーマがRedmineに表示されました。
ロゴの変更
- @./public/themes/coffee/images@ にあなたのロゴを追加して下さい。
- @./public/themes/coffee/stylesheets/application.css@ の15行目でパディングを変更してみよう
- 又は、単純にlogo.pngファイルから新規のファイルへサイズ43x30で置き換えて下さい。
...
#header > h1 {
background: url(../images/logo.png) no-repeat 10px 20%;
padding: 5px 60px; /* ここにロゴパディングを調整 */
}
Redmineのホスティングを試す
Redmineのメンテナンスで時間を浪費するのはやめましょう。エキスパートを雇い、プロジェクトに集中しましょう。15日間の無料トライアルを開始.
変更ログ
v0.0.4 - 17 October 2013¶
- Support for CRM 3.2.6 tags styles
- Support for redmine_tags plugin
- Search autocomplete styles
- New CRM 3.2.6+ tags styles
- redmine_tags RedmineCRM fork support
v0.0.3 - 27 February 2013¶
- Fixed add news link
- Fixed modal form input fields
v0.0.2 - 13 February 2013¶
- Cleanup forum, contacts and issues comments/notes
- Tables padding
- Priorities for issues table
v0.0.1 - 12 February 2013¶
- Redmine 2.3 support
- CRM plugin 3.x support
- Invoices plugin 2.x support
- Helpdesk plugin 2.x support
- Retina display support (thumbnails, contacts avatars, logo)