Project

General

Profile

port configure

Added by test test over 15 years ago

hello,
i would like to run redmine with startup and also i would like to configure the port at the start.
my comand is to start: ruby script/server -e production
and now my question is how i must modify the comand to configure the port ?
thanks for write back


Replies (2)

RE: port configure - Added by Thomas Lecavelier over 15 years ago

Easy answer: RTFM!

Anwser for dummies: ruby script/server -e production -p XY

I summarize: you lost 3min by posting that question instead of asking google or better: ruby script/server --help
you lost 40min waiting for an answer by an evil user (me)
you'll lost 3 more minutes to flame me with my evil manners
I lost 5min to write that.

Have a good day!

RE: port configure - Added by test test over 15 years ago

i have still a question.
how make i best to run redmine on startup before user sign in?
at the moment i am using a .bat which is startet by task scheduler and in this bat is written
"
cd c:\instantrails-2.0-win\rails_apps\redmine-0.7.3
c:\instantrails-2.0-win\ruby\bin\ruby script/server -e production -p 81
"
before this task is startet another task with instantrails.exe runs.
and now my questions are what solutions have you and how does they look. and what do i make false because my solution is malfunctioning!
thanks for help

    (1-2/2)