See the following procedures for instructions specific to platform on running the additional installer.
Windows
- Download and install the Domino 9.0 Social Edition server; or, if you have already installed it and it is running, shut it down.
- Run the IBM Domino Social Edition OpenSocial component 9.0 installer and follow its instructions to install the OpenSocial component.
Linux
Installing the OpenSocial component on a Domino server running Linux
- Ensure that all scripts in the tools directory have execute permission.
- Execute the following to ensure that all files are runnable:
chmod -R +x - Define a NUI_NOTESDIR variable to point to your existing Domino directory containing the
- 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
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