Comments on How to Install Redmine 3 with Nginx on Ubuntu 15.10
Redmine is an open source project management and issue tracking tool based on the Ruby on Rails Framework. This tutorial covers the Redmine 3 installation with Nginx as the web server and MySQL as the database on Ubuntu 15.10 (64 Bit) operating system.
9 Comment(s)
Comments
I have this error
root@trunksw-VirtualBox:~#
root@trunksw-VirtualBox:~# gem install passenger --no-ri --no-rdoc
ERROR: Error installing passenger:
rack requires Ruby version >= 2.2.2.
root@trunksw-VirtualBox:~#
Thanks for your help
Try this to solve it-
https://github.com/rvm/rvm/issues/3583
Thanks for sharing this. You explained very clearly how to install in step by step. It was very useful for me.
This instruction saved my days.
I appreciate you for your time and generous help.
I used server name www.redmine3.com in NginX. After I finished all the steps, I can't get my www.redmine3.com webpage.
Any advise?
Thanks,
Robert
Hi I have this error:
systemctl status nginx.service
? nginx.service - The NGINX HTTP and reverse proxy server Loaded: loaded (/lib/systemd/system/nginx.service; disabled; vendor preset: enabled) Active: failed (Result: exit-code) since dom 2016-03-13 17:32:45 VET; 8s ago Process: 3100 ExecStart=/opt/nginx/sbin/nginx (code=exited, status=1/FAILURE) Process: 3097 ExecStartPre=/opt/nginx/sbin/nginx -t (code=exited, status=0/SUCCESS)mar 13 17:32:42 engel-VirtualBox nginx[3100]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)mar 13 17:32:43 engel-VirtualBox nginx[3100]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)mar 13 17:32:43 engel-VirtualBox nginx[3100]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)mar 13 17:32:44 engel-VirtualBox nginx[3100]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)mar 13 17:32:44 engel-VirtualBox nginx[3100]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)mar 13 17:32:45 engel-VirtualBox nginx[3100]: nginx: [emerg] still could not bind()mar 13 17:32:45 engel-VirtualBox systemd[1]: nginx.service: Control process exited, code=exited status=1mar 13 17:32:45 engel-VirtualBox systemd[1]: Failed to start The NGINX HTTP and reverse proxy server.mar 13 17:32:45 engel-VirtualBox systemd[1]: nginx.service: Unit entered failed state.mar 13 17:32:45 engel-VirtualBox systemd[1]: nginx.service: Failed with result 'exit-code'.
Great set of instructions! I just finished installing Redmine onto Ubuntu 16.04 using these steps. I've installed Redmine into many Ubuntu versions, as far back as 9.04, and this was the most complete, accurate, problem-free tutorial I've ever used.
I did run into one hiccup. When I did the step "bundle install --without development test", there was a warning to not do that as root and that if I did, bad things could happen.. So I did ctrl-C and tried that step as a normal user. That didn't work, so I went back and did it as root. Despite the warning, it all worked fine.
I follow step and result:
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
sir please post the document of how to install redmine 3 with apache on centos 6... it's urgent
on running command "bundle exec rake generate_secret_token" i am getting error
"/usr/local/rvm/gems/ruby-2.3.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466"
while installing ruby 2.0.0 i was given warning that 2.0.0 is no longer suppoerted so i installed the 2.3 version
please advice