Hello!
I am following the documentation here (https://sequenceserver.com/doc/) for Apache integration. I made it through all the Phusion Passenger instructions, but I can’t figure out what I’m mean to enter at SequenceServer’s config.ru for:
SequenceServer::DOTDIR = "/home/foo/.sequenceserver"
SequenceServer.init :config_file => "/home/foo/.sequenceserver.conf"
The SequenceServer installation site that I entered into the Virtual Host entry was: /var/lib/gems/2.3.0/gems/sequenceserver-1.0.12/public
However, there is no .sequenceserver.conf there or in sequenceserver-1.0.12
I’m not sure how to figure out what the replacement path for /home/foo/ should be in my instance.
Finally, once that is entered, where will sequence server appear? At <site_url>.sequenceserver ?
Thank you!
–Michael