What needs to be installed on the Domino server to run the OpenSocial component?

Share

In addition to the existing (and familiar) IBM Domino server installation wizard, in order to supply OpenSocial features from a Domino server, you must run an additional IBM Domino Social Edition OpenSocial component 9.0 installer wizard for IBM Domino 9.0 Social Edition.

See the following procedures for instructions specific to platform on running the additional installer.

Windows

  1. Download and install the Domino 9.0 Social Edition server; or, if you have already installed it and it is running, shut it down.
  2. Run the IBM Domino Social Edition OpenSocial component 9.0 installer and follow its instructions to install the OpenSocial component.

Start the Domino server.

Linux

Installing the OpenSocial component on a Domino server running Linux

  1. Ensure that all scripts in the tools directory have execute permission.
  2. Execute the following to ensure that all files are runnable:
    chmod -R +x
  3. Define a NUI_NOTESDIR variable to point to your existing Domino directory containing the
  4. notes/latest folder. For example, if the directory is /opt/ibm/domino, use the following:
    export NUI_NOTESDIR=/opt/ibm/domino

Uninstalling the OpenSocial component on a Domino server running Linux

1. Navigate to the directory with the install files.
2. Locate the following script (located same place as install script: in the folder of your
Domino Social Edition 9.0 kit after untar).
3. Execute the script using the following command:
./uninstall
IBM Notes, Domino, Domino Designer 9.0 Social Edition Public Beta Release Notes
4

Uninstalling the OpenSocial component using silent mode on a Domino server running Linux

Edit the uninstall script and replace -console with -silent.

For example, replace:
   cmd="$NUI_NOTESDIR/notes/latest/$DEV_ARCH/jvm/bin/java -DSE=1 -cp
$NUI_NOTESDIR/notes/latest/$DEV_ARCH/_uninstSE/uninstall.jar run
-console"
with:
cmd="$NUI_NOTESDIR/notes/latest/$DEV_ARCH/jvm/bin/java -DSE=1 -cp
$NUI_NOTESDIR/notes/latest/$DEV_ARCH/_uninstSE/uninstall.jar run
-silent"

For ibm i see the TN 1627468