BitNami Redmine



Home

This is the online Redmine demo for uses to test Redmine and its features. All the data here is temporary and may be reset at any time.

Redmine

You should start to register for an account and then:

  • Browse the issues list and post a few updates on the issues
  • Try out the Wiki pages on a project
  • You can also create your own project and see what can be done as a Manager
BitNami Redmine

Notes:

  1. That's a bummer.:/ Since I was in a hurry, I couldn't wait for the solution, sorry about that. I've done the manual and slower way. Made a barebone CentOS 7 docker image with Redmine and ruby installed on it and told the redmine to connect to the external DB (no issues), and the docker to mount my files folder.
  2. Redmine Certified by Bitnami. Bitnami Write a review. Overview Plans + Pricing Reviews. Up-to-date, secure, and ready to run. Redmine is a project management and issue tracking platform. It enables teams to manage multiple projects from a single user interface. This solution provides enterprise-grade features such as LDAP user access management.
  3. Installing on Redmine Bitnami stack; Installing on Redmine Bitnami stack. Linux Redmine Bitnami Stack 1. Go to plugins folder.

Popular images, provided by Bitnami, ready to launch on Google Cloud Platform in one click. What is Google Cloud Platform? Google Cloud Platform enables developers to build, test and deploy applications on Google's highly-scalable and reliable infrastructure.

  • Email notifications are disabled to prevent spamming
  • File uploads are limited to a very low size to limit disk space usage
  • Code repositories are disabled

This demo site runs Redmine 3.0.0.devel.14065.

Latest projects

  • Bất động sản (04/21/2021 05:12 PM)
  • CRM_ERP123 (04/21/2021 04:55 PM)

    CRM_ERP123 CRM_ERP123 CRM_ERP123

  • Test1234 (04/21/2021 04:33 PM)
  • Subproyecto s_ZCtZB3 (04/21/2021 03:15 PM)

    Subproyecto s_ZCtZB3

  • s_ZCtZB3 (04/21/2021 03:14 PM)

Bitnami Redmine Restart

How to customize redmine homepage

I have deployed bitnami redmine windows verison and all system are up ,now we need more personalized settings, can you help on below reqeust:

remove 'help' tag from redmine .

1.jpg1592x693 33.4 KB
We need to add company logo on home page, how to add it on below red box area.

RedmineDocker

2.jpg1592x693 36.4 KB
We also need to add more information on home page , how can we add below table and text

3.JPG1488x349 44.6 KB
on below redmine home red box area.
4.JPG912x581 22.6 KB
Many thanks on this, looking forward to the reply.

3.JPG(35.7 KB)

4.JPG(36.9 KB)

2.jpg(16.6 KB)

1.jpg(15.4 KB)

Replies (2)

RE: How to customize redmine homepage - Added by Bernhard Rohloffover 2 years ago

Bitnami Redmine 3.4.6

1 - Remove help link¶

It is possible to remove the help entry by writing a plugin to remove it from the specific list at startup.
How to write a plugin is described in this wiki article: Plugin_Tutorial
Putting the following line inside the register block in init.rb should do the trick.

2 - Insert a company logo in the header section¶

I'm not sure what your requirements for this are.
Should it be a dynamic image wich changes for each project or is it just a static logo representing your company?
The latter should be an easy change inside the stylesheets.
There is also an article available for that topic: HowTo_create_a_custom_Redmine_theme

Redmine Plugin Install

3 - Put a table image on the home page.¶

Under Administration > Settings you can edit the text which is shown on the welcome page.
It follows the same formatting rules like a wiki page so you can easily create a table with textile or markdown depending on your settings.
You can also insert the table as an image. The catch is that in Redmine there is no way to upload files outside of a project.

What you can do instead is hosting the image somewhere else so that it's publicly avaliable and insert the image with the hyperlink into your welcome text.

Bitnami Redmine Ssl Certificate

It seems there is also a plugin for that purpose but you have to make sure that it works with your installed version of Redmine:
http://www.redmine.org/plugins/welcome_picture

Bitnami Redmine Theme

Kind regards,

Bernhard

RE: How to customize redmine homepage - Added by Roberto Tavares8 months ago

As Bernhard said you can customize the initial page in 'Administration' > 'Settings'.

To make it easier, I recommend the plugin https://github.com/a-ono/redmine_ckeditor which is a more rich WYSIWYG text editor than the default Textile. As just said, you have to check if the plugin is compatible with the version of Redmine you are using.

Hope this information can be useful.

Roberto Tavares

(1-2/2)