Installation¶
Préparation¶
- Create a user in your redmine witch will be used as a reader
- Connecte to your Redmine server with this user
- Generate an API key, keep this key for the configuration step
- Make this user a member of each projects you whant to who using Redminefrontend
Installation¶
Add sources to your debian server, follow instruction : Regdrasil repository
Update sources
apt update
Install RedmineFrontend
apt install redminefrontend
Configure¶
Edit /etc/redminefrontend/config
Set the server url and the API you generated previously
SERVER=https://redmine.regdrasil.net KEY=wdfdqsd54fq32d1sqf3s51fq35sd1fqsd81f
Start RedmineFrontend
service redminefrontend start
You can now connect to your server on the url http://yourserver
Custom template¶
You can create your custom template
- copy www
- edit files
- run RedmineFrontend with the -t switch
If you installed RedmineFrontend as a package you can edit /etc/default/redminefrontend
OPTIONS="-t /path/to/template"