Greetings,
I am very new to ruby applications but have been tasked to deploy SequenceServer in a development environment for a researcher. I am deploying all of this on a linux platform using ruby 2.0, sequenceserver 1.0.4, passenger 5.0.8 and apache 2.2. I’d like to specify a path to the sequenceserver configuration file and found an example from an older version of the sequenceserver web site (http://www.sequenceserver.com/old/):
SequenceServer::App.config_file = ‘/path/to/.sequenceserver.conf’
but that does not seem to work with the newer version. Is there an updated version of the above directive to allow me to set a different confg file for sequenceserver? Thanks in advance!
- Bill