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
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
- Download and install the Domino® 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 installer and follow its instructions to install the OpenSocial component.
- Start the Domino® server.
Installing the OpenSocial component on a Domino® server running IBM® i
Procedure
- On the IBM® i system, stop any active Domino® server and make sure Domino® Social Edition is already installed.
- Download the webkit to a workstation and extract the contents. InstallShield Wizard will run automatically after the extraction.
- 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.
- Click Next to start installing.
- 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
- On the IBM® i system, stop any active Domino® server.
- Log on to the IBM® i system.
- 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
Procedure
- 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 statement:export NUI_NOTESDIR=/opt/ibm/domino
- Execute one of the following commands:
./install
./install -console
./install -silent
Uninstalling the OpenSocial component on a Domino® server running Linux™
Before you begin
Procedure
- Navigate to the directory with the install files.
- 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
- Execute one of the following commands:
./uninstall
./uninstall -console
./uninstall -silent