Comments on: How To Install Redmine on CentOS 7 https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:35:16 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/#comment-47849 Sat, 06 Jul 2019 08:52:09 +0000 https://www.rosehosting.com/blog/?p=25511#comment-47849 In reply to minhtet.

Open the Apache configuration file and add the following line: ServerName yourdomain.com
Replace yourdomain.com with the actual server hostname (or use a domain hosted on your server).
Restart Apache for the changes to take effect.

]]>
By: minhtet https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/#comment-47844 Fri, 05 Jul 2019 08:42:52 +0000 https://www.rosehosting.com/blog/?p=25511#comment-47844 In reply to admin.

the only suspect line i got with below..
httpd: AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using ::1. Set the ‘ServerName’ directive globally to suppress this message

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/#comment-47843 Fri, 05 Jul 2019 06:55:57 +0000 https://www.rosehosting.com/blog/?p=25511#comment-47843 In reply to minhtet.

You might want to check the log files for more information on this.

]]>
By: minhtet https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/#comment-47841 Fri, 05 Jul 2019 06:22:56 +0000 https://www.rosehosting.com/blog/?p=25511#comment-47841 this is worked for me for redmine version 3.4.x on centos 7.5. but after restart server, even reload bundle exec puma –config config/puma.rb and restart httpd, redmine is not browse and not reach. stop the firewalld and check db is ok. any idea for this please?

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/#comment-47821 Fri, 21 Jun 2019 08:53:32 +0000 https://www.rosehosting.com/blog/?p=25511#comment-47821 In reply to Max.

Make sure that you have RVM installed on your server. You can install RVM with the command:

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3

or you can try the following:

source /usr/local/rvm/scripts/rvm
]]>
By: Max https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/#comment-47820 Thu, 20 Jun 2019 17:10:07 +0000 https://www.rosehosting.com/blog/?p=25511#comment-47820 [redmine@redmine ~]$ source ~/.rvm/scripts/rvm
bash: /opt/redmine/.rvm/scripts/rvm: No such file or directory

What do I do here?

]]>
By: Alex https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/#comment-47629 Wed, 27 Feb 2019 15:58:18 +0000 https://www.rosehosting.com/blog/?p=25511#comment-47629 Thanks for this tutorial, very useful, not everything worked since first time but if you fix the problems one by one, you can success.

]]>
By: John https://www.rosehosting.com/blog/how-to-install-redmine-on-centos-7/#comment-47578 Sat, 02 Feb 2019 20:33:02 +0000 https://www.rosehosting.com/blog/?p=25511#comment-47578 When installing bundler, you should download a version < 2.0.0

If you already have bundler in a newer version, type
gem uninstall bundler
to install specific version type
gem install bundler –version '1.7.4'

The author might wanna change this accordingly :-)

]]>