Hello
I was trying to run sequenceserver with passenger phusion (5.0) under apache2 with ruby 1.9.3 but I was getting errors about missing gems. The passenger phusion error pages were telling me the following packages such as rack-test,rspec,rake,rubocop,capybara,and capybara-webkit, but I failed at capybara-webkit due to a missing Qt. Is there any workaround? I was able to run the standalone server just fine.
The packages you mentioned are development dependencies and aren’t required unless you wish to develop and test the program locally. There are two ways to avoid this error, both of which are duly addressed in the README.1