View Single Post
The bit about Settings there is a little too terse I realized, so here's more:

There's a file in the Web Interface zip that dansays posted called Settings.plist. It's located in the config directory underneath Web Interface, assuming you followed his instructions on installation.

If you edit that file (TextEdit works fine), you'll notice a number of key/string entries. Each of these is an environment variable that config/environment.rb needs present to set values that the rest of the app depends on. Actually, some of them appear not to be used, but the ones that are used are:

password -- set this to whatever password you want to use to access the app

user -- set this to whatever username you want to use to access the app

posix_path -- this must correspond to the path where OmniFocus.app lives. /Applications/OmniFocus.app is the default and should work for anyone who follows the default installation method.

The rest of the values seem to be unused, at least by ruby. That means hfs_path, port, and revision can be left alone I believe. Note that WEBrick by default starts up on port 3000, and if you want to change that there are other ways to do so, so the app will be running on port 3000 unless you configure it to run elsewhere.