User Tools

Site Tools


Sidebar






newpage

communitycloud:services:redmine

Redmine Project Mgmt

“Redmine is a flexible project management web application”

  • issue-ticket system, timetracker, forum, news, wiki, etc., etc., etc., etc.,
  • ruby on rails
  • cross plattform, cross database


Installation

Upgrade

  • debian stable version is veeery ooold (oh really?)

use backports!

Add this line

deb http://backports.debian.org/debian-backports squeeze-backports main

to your sources.list (or add a new file to /etc/apt/sources.list.d/) Run

apt-get update

To install or upgrade $any package from backports run:

apt-get -t squeeze-backports install "package"

Jessie

You need to use mysql2 adapter - see redmine upgrade doc for more info



Themes

Plugins

Useful plugins

wiki-html-utility

embed HTML:

{{html(<br/><br/>)}}

inject an external JS or CSS file:

{{js_url('http://www.domain.com/js/widget.js')}}

{{css_url('http://www.domain.com/css/styles.ui.css')}}


Email Notifications

Using exim inside a vserver. do NOT configure it in configuration.yml, but in email.yml take care to use spaces, not tabs ^^

production:
  delivery_method: :smtp
  smtp_settings:
    address: 127.0.0.1
    port: 25
    domain: projects.synoptx.net
    authentication: :none

this finally helped: https://library.linode.com/web-applications/project-management/redmine/debian-5-lenny#sph_configure-email-service



Etherpad-Lite Embed!

you can embed an iframe anywhere on the page, when you install the 'wiki-html-utility' plugin.

{{html( 
   <iframe src='http://redmine.tld:9001/p/redmine-535?showControls=true&showChat=true&showLineNumbers=true'  width="100%" height="600">
)}}


CSS is not really required, but you could inject a file like this:

{{css_url('http://redminehostname.info/stylesheets/etherpadiframe.css')}}

* idea by: http://rschulte.com/etherpad-and-redmine-hack-how-we-are-embedding-collaborative-documents-redmine * a few more embed params: https://github.com/Pita/etherpad-lite/wiki/Embed-Parameters

communitycloud/services/redmine.txt · Last modified: 2016/06/30 15:38 by tkilla