How to Restart Redmine?
Added by Prakash Joshi almost 9 years ago
Facing issue to restart redmine after plugin installation. Have used several commands (As below) to restart but unsuccessful. Any suggestions here will be appreciated.
/etc/init.d/apache2 restart
/etc/init.d/apache restart
service apache restart
Replies (1)
RE: How to Restart Redmine? - Added by Prakash Joshi almost 9 years ago
Hello Experts,
Well finally managed to restart the redmine using touch restart.txt( As below) but wondering why not able to restart it again using the same commands below? Any clue?
$ cd /usr/share/redmine$ sudo mkdir tmp
$ sudo bash
$ cd tmp
- echo restart > restart.txt
# exit
$ sudo touch /usr/share/redmine/tmp/restart.txt
Thanks!