How to I get Sequenceserver to startup immediately when Mac OS X Snow leopard server starts/boots?

How to I get Sequenceserver to startup immediately when Mac OS X Snow leopard server starts/boots?

One way is to hook SequenceServer to Apache as described here:
http://www.sequenceserver.com/#installation (you will have to scroll
down a little).

How if I just wanted to use a startup file in system starup caused I placed the install in for ex: /dir/path /sequenceserver

Don't know.

What you want is a way to execute a 'shell script' on OS X startup.
And the said shell script in this case would be the sequenceserver
executable. Googling around a bit, I am came across this article:
http://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html.
See if it helps.

If you did a gem install, you can find the absolute path to
sequenceserver executable, by running `which sequenceserver` (without
the backticks) in terminal.