From kawas at dev.open-bio.org Mon Oct 1 15:05:38 2007 From: kawas at dev.open-bio.org (Eddie Kawas) Date: Mon, 1 Oct 2007 15:05:38 -0400 Subject: [MOBY-guts] biomoby commit Message-ID: <200710011905.l91J5cBl013641@dev.open-bio.org> kawas Mon Oct 1 15:05:38 EDT 2007 Update of /home/repository/moby/moby-live/Docs/MOBY-S_API In directory dev.open-bio.org:/tmp/cvs-serv13606 Modified Files: InstallingLocalMOBYCentral.html Log Message: mention that MOBY_ONTOLOGYSERVER needs to be added to the environment and added it in the appropriate spots during installation moby-live/Docs/MOBY-S_API InstallingLocalMOBYCentral.html,1.8,1.9 =================================================================== RCS file: /home/repository/moby/moby-live/Docs/MOBY-S_API/InstallingLocalMOBYCentral.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- /home/repository/moby/moby-live/Docs/MOBY-S_API/InstallingLocalMOBYCentral.html 2007/02/22 16:22:24 1.8 +++ /home/repository/moby/moby-live/Docs/MOBY-S_API/InstallingLocalMOBYCentral.html 2007/10/01 19:05:38 1.9 @@ -154,6 +154,10 @@ # from the mobycentral databases. # SetEnv MOBY_CENTRAL_CONFIG "/etc/apache2/conf/mobycentral.config" + # Full URL to the OntologyServer.cgi script + # that is copied to the cgi-bin + # + SetEnv MOBY_ONTOLOGY_SERVER "http://your.domain/cgi-bin/OntologyServer.cgi" # # Path to additional Perl modules. # Tell Apache where to find Perl modules, @@ -460,11 +464,6 @@
  • Copy the
        ~/moby-live/Perl/scripts/OntologyServer.cgi 
    CGI script into your webserver cgi-bin folder.
  • -
  • You will now have to edit the MOBY::Client::OntologyServer.pm module manually (sorry!). - This module was hardcoded to point to the OntologyServer.cgi at THE central BioMOBY Central. - You will have to change the line that reads -
        host => ["http://mobycentral.icapture.ubc.ca/cgi-bin/OntologyServer.cgi",'read/write'] 
    - to point to the URL of your OntologyServer.cgi that you just set up.