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

How To Deploy Ruby App On AWS With Capistrano

This post will show you steps on how to deploy the ruby rails app on the AWS server running apache and phusionpassenger using Capistrano. As you know Capistrano is a widely used deployment automation tool for ruby applications. It uses ‘ssh’ to deploy from the development server or staging server to the production server. There […]

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

How to Backup PostgreSQL Data From Files

This article is about how to make backup of a database from filesystem in PostgreSQL. Also provides details on how to make and restore the database from filesystem. If you have come across case where you are required to start ‘psql’ database from filesystem backup. There might be case that some of Ubuntu files crashed […]