[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Fri Feb 22 17:25:12 UTC 2008
kawas
Fri Feb 22 12:25:12 EST 2008
Update of /home/repository/moby/moby-live/Perl
In directory dev.open-bio.org:/tmp/cvs-serv31924/Perl
Modified Files:
INSTALL
Log Message:
moby-live/Perl INSTALL,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Perl/INSTALL 2004/09/14 21:36:20 1.3
+++ /home/repository/moby/moby-live/Perl/INSTALL 2008/02/22 17:25:12 1.4
@@ -1,9 +1,32 @@
+To use this software, you must determine whether you are wanting to
+host your own registry or simply discover/create/use BioMOBY services, etc.
+
+If you plan on hosting your own registry, then go to the section
+on installation of client/registry. Otherwise, go to the section
+on installation of client.
+
+Note: During the 'perl Makefile.PL' bit, if some of the dependencies
+for the MOBY module are not available on your system, then you will
+be prompted to allow Make to download and install them for you. This
+process isn't fool proof and so you may need to use the list of
+missing dependencies as a guide and manually install them yourself.
+
+###INSTALLATION OF CLIENT###
+
+cd MOBY-Client
perl Makefile.PL
make
make install
-MOST PEOPLE CAN STOP READING NOW!
+
+###INSTALATION OF CLIENT/REGISTRY###
+
+cd MOBY-Server
+perl Makefile.PL
+make
+make install
+
For details on how to configure your own MOBY Central
More information about the MOBY-guts
mailing list