Radu G.

March 6, 2015

install redmine – centos

Intalling redmine on an old linux centos machine was not straightforward for me, after installing ruby from source (repo had an old version and I wanted […]
March 6, 2015

install ruby

# check if ruby is installed gem -v cd /usr/src wget http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.1.tar.gz tar -xvf ruby-2.2.1.tar.gz cd ruby-2.2.1 yum install libffi yum install libffi-devel yum install openssl […]
February 16, 2015

update mysql using yum

On one of the servers I needed to do an upgrade for mysql so I found am easy way to do it following the instructions from […]
December 31, 2014

Update JIRA on Linux

first shutdown jira: go to your JIRA bin directory and: ./shutdown.sh create a separate directory, outside your JIRA installation dir, to store the upgrade files: mkdir […]