Skip to content
Snippets Groups Projects
getting-started-with-openBIS.html 1.87 KiB
Newer Older
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>

<H3>Start servers</H3>
	The installation has completed successfully. To start openBIS launch the following script:
	<DIV style="background-color: #EEEEEE; fontfamily: monospace; padding-top: 10px; padding-bottom: 10px; margin: 15px 0px 15px 0px;">
 ${INSTALL_BIN_PATH}/allup.sh
	</DIV>

	After the completion of the above command openBIS will be available at
	<A href="https://localhost:8443/openbis">https://localhost:8443/openbis</A>


  By now you have a fully functional openBIS instance, but it makes little sense 
  if it has no data in it. You could import a minimalistic example by executing the command: 
  
	<DIV style="background-color: #EEEEEE; fontfamily: monospace; padding-top: 10px; padding-bottom: 10px; margin: 15px 0px 15px 0px;">
 cp -R ${DSS_ROOT_DIR}/samples/PLATE1 ${DSS_ROOT_DIR}/incoming-hcs
	</DIV>
	
	It will create a plate <i>PLATE1</i> with images data for one of its wells. 
	We challenge you to go find it in the running application !
  openBIS can store any data, not just HCS images. To test the import of random data select a random directory or file and copy it to <i>incoming-simple</i>
  
  <DIV style="background-color: #EEEEEE; fontfamily: monospace; padding-top: 10px; padding-bottom: 10px; margin: 15px 0px 15px 0px;">
 cp -R &lt;my-file-or-directory&gt; ${DSS_ROOT_DIR}/incoming-simple
 In the scientific world there is no one-size-fits-them-all solutions. 
 Your research data is certainly different from our example data. Luckily, openBIS provides 
 an easy way to script the import process - the Jython Dropboxes. You can learn how to 
 create your custom-tailored Jython Dropbox <A HREF="https://wiki-bsse.ethz.ch/display/CISDDoc/Jython+Dropboxes">here</A>.