[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Thu Nov 16 21:57:42 UTC 2006


kawas
Thu Nov 16 16:57:41 EST 2006
Update of /home/repository/moby/moby-live/Java/docs
In directory dev.open-bio.org:/tmp/cvs-serv13070/Java/docs

Modified Files:
	RegistryServlets.html 
Log Message:
added a new way for installing the codebase (ant).
moby-live/Java/docs RegistryServlets.html,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/RegistryServlets.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/docs/RegistryServlets.html	2006/10/17 13:42:53	1.3
+++ /home/repository/moby/moby-live/Java/docs/RegistryServlets.html	2006/11/16 21:57:41	1.4
@@ -44,18 +44,43 @@
 </ol>
 <a name="install"></a>
 <h1>Installing the Servlets</h1>
-<p class="indent">Installing the servlets is extremely straight-forward and quite easy.</p>
+<p class="indent">Installing the servlets is extremely straight-forward and quite easy. You have 2 choices for installation: use a graphical installer or build your own installation using the latest codebase.</p>
+<p class="indent"><span class="subtitle">A. Using the Installer: </span></p>
 <ol>
-  <li class="dcount">Download the installation file from <a href="http://bioinfo.icapture.ubc.ca/ekawas/servlets/install.jar">http://bioinfo.icapture.ubc.ca/ekawas/servlets/install.jar</a> <br>
-    <br>
-  </li>
-  <li class="dcount">From the command line, enter the following command <br/>
-    <pre class="script">java -jar install.jar</pre>
-    <p>A GUI should result that will guide you through the installation process. </p>
-  </li>
-  <li class="dcount">Your done! Now all you have to do is configure your newly installed servlets. </li>
+  <ol>
+    <ol>
+      <li class="dcount">Download the installation file from <a href="http://bioinfo.icapture.ubc.ca/ekawas/servlets/install.jar">http://bioinfo.icapture.ubc.ca/ekawas/servlets/install.jar</a> <br>
+        <br>
+      </li>
+      <li class="dcount">From the command line, enter the following command <br/>
+        <pre class="script">java -jar install.jar</pre>
+        <p>A GUI should result that will guide you through the installation process. </p>
+      </li>
+      <li class="dcount">You're done! Now all you have to do is configure your newly installed servlets. </li>
+    </ol>
+  </ol>
+</ol>
+<p class="indent"><span class="subtitle">B. Building your own installation from the cvs </span></p>
+<ol>
+  <ol>
+      <ol>
+        <li class="dcount">Please familiarize yourself with the information <a href="http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Java/docs/Download.html" target="_blank">here</a> for getting and building jMOBY from the cvs.  <br>
+          <br>
+            </li>
+        <li class="dcount">From the command line, enter the following command from a *nix box <br/>
+          <pre class="script">./build.sh bindist_registry</pre>
+          <p>Or the following on a windows machine:</p>
+          <br>
+          <pre class="script">build.bat bindist_registry</pre>
+        </li>
+        <li class="dcount">Once the build is complete, a zip file will be located at <b class="step">/moby-live/Java/build/registry_servlets</b> called authority.zip. Unzip this file into the webapps directory of Tomcat or other J2EE  container.<br>
+          <br>
+        </li>
+        <li class="dcount">You're done. All that is left for you to do is configure the newly installed servlets. </li>
+      </ol>
+    <p><a name="config"></a></p>
+  </ol>
 </ol>
-<a name="config"></a>
 <h1>Configuring Your Servlets</h1>
 <p class="indent">To Configure the servlets, you must know the following details regarding your local registry:</p>
 <ul>




More information about the MOBY-guts mailing list