I’ve done a new install on centos using the packaged community edition but openproject is not starting after a reboot.
I need to use openproject-ce run web…
I know this is late, and you might have already solved your issue, but in order to start OpenProject CE after a reboot, you should try running the following command:
Replies (4)
Someone ?
Hi Tim,
I know this is late, and you might have already solved your issue, but in order to start OpenProject CE after a reboot, you should try running the following command:
sudo service openproject-ce start
Hope this helps!
-Ken
see here:
https://community.openproject.org/work_packages/21126
you also have to set
and
chkconfig memcached on
That did the trick ;-) thx !