BitNami Redmine Stack Installation on Linux

Redmine is a mature and very good project management web application using Ruby on Rails framework. Since it requires specific Rails and Ruby Gems versions, Installing and configuring Redmine is not child’s play. One option of setting up Redmine is by downloading the latest stable release from http://www.redmine.org/wiki/redmine/Download Since Apache, MySQL and Ruby are usually…

Editing configuration to Apache httpd.conf for Redmine SSL

First of all, backup the httpd.conf file with the following command: cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.bkup.ssl.1 The following command opens httpd.conf and searches for the term SSL: vi +/SSL /etc/httpd/conf/httpd.conf You should see the following lines with the prompt at SSL selected: # # Use name-based virtual hosting. # #NameVirtualHost *:80 # # NOTE: NameVirtualHost cannot be…