Start servers

The installation has completed successfully. To start openBIS launch the following script:
${INSTALL_BIN_PATH}/allup.sh
After the completion of the above command openBIS will be available at https://localhost:8443/openbis

Importing test data

By now you have a fully functional openBIS instance, but it makes little sense if it has no data in it. To test the data import process please execute the following steps
cp -R <my-file-or-directory> ${DSS_ROOT_DIR}/incoming-simple
This will create a new data set in openBIS. We challenge you to go find it in the running application !


Customizing openBIS

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 here.