View Single Post
Quote:
Originally Posted by Andrew Petrov View Post
When I try to run the server, I get the following error:

Last login: Tue Nov 13 00:03:54 on ttys001
/Users/G5/Library/Application\ Support/OmniFocus/Web\ Interface/script/server ; exit;
g5s-power-mac-g5:~ G5$ /Users/G5/Library/Application\ Support/OmniFocus/Web\ Interface/script/server ; exit;
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Ruby version is up-to-date; cgi_multipart_eof_fix was not loaded
!!! Path to log file not valid: log/mongrel.log
mongrel::start reported an error. Use mongrel_rails mongrel::start -h to get help.
Exiting
logout

[Process completed]

I have little terminal experience, so if you reply, please use simple instructions. Thank you very much for your help.
Andrew, you just need to switch to the "Web Interface" directory and then call "scripts/server". The Web Interface directory is the home for the rails app, and you have to start the execution from there--or the rails app can't find its bits and pieces to bootstrap itself.