Hi, I just don't know why is that so? I already have a redmine app installed and running on the same machine. When I try to install another one, it says "Redmine is not available on CentOS-5 machines." Anyone faced the problem? asked 24 Mar '16, 12:14 tarik |
Newer versions of Redmine work with a passenger version that is no longer possible to compile on our CentOS 5 machines. You can create a 'custom app (listening on port)' type of application and then follow the official instructions to install the latest redmine version using ruby2.2 and a server like unicorn. I've managed to get one up and running by doing the following:
answered 24 Mar '16, 13:51 iliasr ♦♦ |