Deploy Rails App on AWS Server

This post is very quick guide about how to deploy ruby on rails application on AWS cloud running apache2 webserver. Deploying application means putting it on a Web server so that it can be used either through the Internet or an intranet. This Web server might be local UNIX system, while you develop and debug […]

Configure Redmine For Employee ReferralĀ Program Workflow-ERP

Redmine is one of the popular web based open source free tool for your organization. We being startup use this tool for all our activities, like CRM, Invoicing, Inventory Management, Payroll, Payslip, Leave management, Expense management apart from regular project monitoring and control. In this post I will detailed out how to configure and use […]

MVC architecture in Ruby On Rails Quick Guide

When we are beginner to Ruby on rails , or just getting started , we come across the term MVC . MVC stands for Model , View and Controller . But there are other components involved also . Following image shows how all the components of MVC relate to each other . Now lets have […]

Agile Scrum With Product Backlog Active Redmine Plugin

There are lot of plugins available in github and redmine.org for executing your project using Agile Scrum methodology. Most of the plugins are not supported for redmine version 4.1.x or above. The supported plugins for latest redmine version are paid. There is scrum plugin with available which you can download and test it. It has […]

Installing Redmine On Windows 10 With WSL2 Ubuntu

You might be already familiar with the ruby support on windows. Many of us prefer using Linux for ruby on rails development. But if you cannot access a separate Linux installation OR your machine is not capable of running a full Virtual Machine , then this might be the way you can consider for ruby […]

Redmine Development and Test Environments Setup

Today we are going to setup the development and test environments for redmine . Generally when we install redmine , we install it in production environment . Sometimes it become necessary to have development env for tasks like debugging OR for development logs . So if you want to setup development and test env also […]

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 […]

Ruby Language Quick Reference For Ruby On Rails Development

As you already know that learning Ruby language basics is vital for Ruby On Rails development . This Ruby language quick Reference For ruby on rails development will help you going. So in this Ruby language Quick Guide , we go from absolute basics to intermediate level of Ruby language . We will cover ruby […]

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 […]