Hi, I am quite sure I have followed all the steps, but I can’t get it to work with Apache.
So I have followed this:
It doesn’t work/there’s nothing at /var/www/sequenceserver . So I searched where it is installed ( it would be appreciated if you include the listing of the installation directory in the command line arguments ) and it’s at /home/allave/.rvm/gems/ruby-2.0.0-p195/gems/sequenceserver-0.8.5 .
Now, I substituted the Rackbase…… part with:
Alias “/blast” “/home/allave/.rvm/gems/ruby-2.0.0-p195/gems/sequenceserver-0.8.5”
<Directory “/home/allave/.rvm/gems/ruby-2.0.0-p195/gems/sequenceserver-0.8.5”>
AllowOverride Options
Options +Indexes -MultiViews +FollowSymLinks
Order allow,deny
Allow from all
And I just get the directory listing. Even if I start SequenceServer, it is still on port 4567 and accessing http://localhost/blast does not yield SequenceServer’s UI.
Am I doing it wrong? Your help is really appreciated.
Thank you.