BridgeDb icon indicating copy to clipboard operation
BridgeDb copied to clipboard

data.bridgedb.org

Open AlexanderPico opened this issue 8 years ago • 3 comments

Should http://data.bridgedb.org/ be directed to http://bridgedb.org/data/? Analogous to new data.wikipathways.org...

AlexanderPico avatar Sep 20 '16 21:09 AlexanderPico

@AlexanderPico, who maintains the bridgedb.org domain name and can set up this up?

egonw avatar Apr 09 '18 06:04 egonw

If everyone (who cares) agrees, I can set this up. Shall I go for it?

AlexanderPico avatar Apr 09 '18 23:04 AlexanderPico

Actually... I can't do it :( This requires someone who can log into ssh bridgedb.org and then add a VirtualHost config into /etc/apache/sites-available and then enable it.

The contents should be like...

<VirtualHost *:80>
    DocumentRoot /path/to/data/dir
    ServerName data.bridgedb.org

        <Directory "/path/to/data/dir/">
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

</VirtualHost>

Anyone?

AlexanderPico avatar Apr 09 '18 23:04 AlexanderPico