Project

General

Profile

Unable to install Redmine on Ubuntu 19.10

Added by RIJU GHOSH about 4 years ago

Hi all,
I have been trying to setup redmine on Ubuntu 19.10 following the steps given in the link ([[https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Ubuntu_step_by_step]]), the apache2 and passenger install happen to work fine initially:
cwd@cwd-desktop:~$ systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2020-02-17 11:16:10 IST; 8s ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 10348 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
Tasks: 101 (limit: 4915)
Memory: 20.5M
CGroup: /system.slice/apache2.service
├─10421 /usr/sbin/apache2 -k start
├─10423 Passenger watchdog
├─10427 Passenger core
├─10457 /usr/sbin/apache2 -k start
└─10458 /usr/sbin/apache2 -k start

but once I edit he files /etc/apache2/mods-available/passenger.conf and /etc/apache2/sites-available/000-default.conf as per the suggested changes in the wiki my apache2 stops running:
cwd@cwd-desktop:~$ sudo service apache2 restart
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
cwd@cwd-desktop:~$ systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2020-02-17 11:06:51 IST; 24s ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 5311 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

Kindly help as to what should be the steps to be ideally taken to install Redmine on Ubuntu 19.10

Thanks,
Riju