Install Redmine On AWS Server Using CLI

We are trying to install redmine on AWS server using CLI – command line. This step by step guide will help you to setup. There is docker file available on AWS markatepalce . This redmine was installed on other AWS instance running Ubuntu. But with this user is getting error while downloading attachments. User is […]

MySqldump Failed on AWS Server

Taking Database Backup We are using AWS Ubuntu 20.04 LTS Server and Latest MySql . We are trying to migrate databse to new server using mysqldump . We have tried to take the backup of existing databse but it thrown a error messege. This happen because , in never version of mysql (>=8.0) It requires […]

Develop Hello World! Plugin With Redmine

In this article , we are going to develop Hello World ! plugin with Redmine. For this tutorial , we have used Ubuntu 20.04 LTS as a base and Redmine 4.1.1 also Ruby version is 2.7 . Note : Before getting started we assume that you have a working Redmine installation. Step 1: Develop Hello […]

Develop Your Own Redmine Plugin

So you want to develop your own redmine plugin then your search ends here. Internet does have all the information but few steps and methods are for old version of redmine and those steps may not work with redmine 4.0 or later version. This will be our opening post and more posts to be followed […]

Install Redmine on Disco Dingo Ubuntu 19.10 With Solved Build Errors

This step by step tutorial guides you through the detail process of installing Redmine 4.1.0 on Ubuntu 19.10. During installation there are few build errors related to nokogiri and mysql2, this post describes how to install redmine on Disco Dingo Ubuntu 19.10 with solved build errors. To get working Redmine 4.1.0 we need to follow […]

REDMINE 4.1 PLUGIN Development Steps

Here is information on redmine plugin development steps. I . Creating a new Plugin STEP 1: For creating plugin , we need to first set RAILS_ENV variable as follows: on window , just go to plugin directory i.e. C:\Bitnami\redmine-4.1.0-0\apps\redmine\htdocs\plugins , open CMD and enter following command set RAILS_ENV=production Note: In LINUX environment , command will […]

Bitnami Redmine Installation On Windows

In this post we will explain details steps on how to install redmine on windows operating system. We will also explain steps on how to install new plugin and test it. We are using redmine 4.1 and windows 10 for this exercise. As you know redmine is one of the popular web based project management […]