“Redmine is a flexible project management web application”
this steps work in squeeze as well (02.2012):
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"
You need to use mysql2 adapter - see redmine upgrade doc for more info
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')}}
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
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