Well almost, but at least we have something displayed. I guess there are some rewriterules missing (or just plain wrong) in our apache config file: No css or image are used and we get this error:
Not Found
The requested URL /repository/browse_categories was not found on this server.
Here are the rules:
RewriteEngine on
RewriteRule ^/toolshed$ /toolshed/ [R]
RewriteRule ^/toolshed/static/style/(.*) /home/galaxy/galaxy-dev/static/june_2007_style/blue/$1 [L]
RewriteRule ^/toolshed/static/(.*) /home/galaxy/galaxy-dev/static/$1 [L]
RewriteRule ^/toolshed/images/(.*) /home/galaxy/galaxy-dev/static/images/$1 [L]
RewriteRule ^/toolshed/upload/(.*) /home/galaxy/galaxy-dev/static/automated_upload/$1 [L]
RewriteRule ^/toolshed/favicon.ico /home/galaxy/galaxy-dev/static/favicon.ico [L]
RewriteRule ^/toolshed/robots.txt /home/galaxy/galaxy-dev/static/robots.txt [L]
RewriteRule ^/toolshed(.*) http://localhost:9009$1 [P]
I kinda guessed them from what we had for galaxy, but most likely completely failed at it... Maybe you could give us some guidelines for the toolshed apache config file, like there is for galaxy in the wiki?
Thanks,
L-A