How to restart Redmine
Added by Martin Paul over 5 years ago
Hello everyone,
i installed redmine via this how to: https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Ubuntu_step_by_step
no i had to restart the maschine, and redmine isn't running. How to restart it?
I cant see any service that's called redmine if i have a look via servvice --status-all
Any help would be great.
Thank you
Replies (1)
RE: How to restart Redmine - Added by Ivan Cenov over 5 years ago
Which version is Redmine?
maybe so:
cd redmine_root_path bin/rails server -p your_port_number -e productionOn Windows:
cd redmine_root_path ruby bin\rails server -p your_port_number -e production