Installing the OpenSocial component

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 IBM® Domino® Social Edition OpenSocial component installer wizard to support IBM® Domino® Social Edition embedded experiences for your client users.

Before you begin

If your organization intends to provide OpenSocial features to iNotes® client as well as Notes® clients, any Domino® server where the OpenSocial component is installed must have a ServerTasks entry in its NOTES.INI file to support DOTs (Domino® OSGi Tasklet Service). For more information, see Configuring automatic updates for widgets.

About this task

For information on where to get the installer, see the technote in the related topics.

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

Installing the OpenSocial component on Windows

Procedure

  1. Download and install the Domino® 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 installer and follow its instructions to install the OpenSocial component.
  3. Start the Domino® server.

Installing the OpenSocial component on a Domino® server running IBM® i

Procedure

  1. On the IBM® i system, stop any active Domino® server and make sure Domino® Social Edition is already installed.
  2. Download the webkit to a workstation and extract the contents. InstallShield Wizard will run automatically after the extraction.
  3. Follow the instructions on the Installer panels to accept the license, specify the IBM® i system where the OpenSocial component will be installed with user profile and password, and specify the default location where the files are extracted.
  4. Click Next to start installing.
  5. After the InstallShield Wizard completes successfully, log on to the IBM® i system to check the status of the OpenSocial component. Use the DSPPTF command; you should see the following result:
    DSPPTF LICPGM(5733LD9)
    PTF IPL
    Opt ID Status Action
    SE19001 Temporarily applied None
    IBM Notes, Domino, Domino Designer 9.0 Social Edition

Uninstalling the OpenSocial component on a Domino® server running IBM® i

Procedure

  1. On the IBM® i system, stop any active Domino® server.
  2. Log on to the IBM® i system.
  3. Use the RMVPTF command to uninstall the OpenSocial component.
    You should see the following result:
    RMVPTF LICPGM(5733LD9) RMV(*PERM)
    Object QPZ119001 in QDOMINO900 type *FILE moved to library QRPLOBJ.
    Object QPZ119001 in QRPLOBJ type *FILE renamed QSE1900101.
    Object QPZ219001 in QDOMINO900 type *FILE moved to library QRPLOBJ.
    Object QPZ219001 in QRPLOBJ type *FILE renamed QSE1900102.
    Object QPZR19001 in QDOMINO900 type *PGM moved to library QRPLOBJ.
    Object QPZR19001 in QRPLOBJ type *PGM renamed QSE1900103.
    PTF 5733LD9-SE19001 V9R0M0 permanently removed from library QDOMINO900.

Installing the OpenSocial component on a Domino® server running Linux

Before you begin

If any of the Domino® servers on which you install the OpenSocial component is still running 9.0, instead of this procedure for Linux, follow the procedures in the technote in the related topics for installing. This procedure requires 9.0.1 or later.

Procedure

  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 notes/latest folder.
    For example, if the directory is /opt/ibm/domino, use the following statement: export NUI_NOTESDIR=/opt/ibm/domino
  4. Execute one of the following commands:
    • ./install
    • ./install -console
    • ./install -silent

Uninstalling the OpenSocial component on a Domino® server running Linux

Before you begin

If any of the Domino® servers on which you install the OpenSocial component is still running 9.0, instead of this procedure for Linux, follow the procedures in the technote in the related topics for uninstalling. This procedure requires 9.0.1 or later.

Procedure

  1. Navigate to the directory with the install files.
  2. 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 statement: export NUI_NOTESDIR=/opt/ibm/domino
  3. Execute one of the following commands:
    • ./uninstall
    • ./uninstall -console
    • ./uninstall -silent