The zip package contains a .jar
file, and an install
directory that contains the individual installation files.
To install IHPE IDOL Search Optimizer on Ubuntu Linux
Create a user and group to run HPE IDOL Search Optimizer as. HPE recommends that you use searchoptimizer
as both the user name and the group name:
$ useradd searchoptimizer
Create a directory in which to install HPE IDOL Search Optimizer. HPE recommends that you use /opt/searchoptimizer
as the installation directory.
$ mkdir /opt/searchoptimizer
Create a directory to serve as the home directory for HPE IDOL Search Optimizer. HPE recommends that you use /opt/searchoptimizer/home
as the home directory.
$ mkdir /opt/searchoptimizer/home
Copy the HPE IDOL Search Optimizer searchoptimizer.jar
file into the installation directory:
$ cp searchoptimizer.jar /opt/searchoptimizer/
Recursively change the ownership of the installation directory:
$ chown -R searchoptimizer:searchoptimizer /opt/searchoptimizer
Deploy the startup script.
System V:
$ cp install/linux/sysv/searchoptimizer.sh /etc/init.d/searchoptimizer $ chmod +x /etc/init.d/searchoptimizer $ update-rc.d searchoptimizer defaults 99
Upstart:
$ cp install/linux/upstart/searchoptimizer.conf /etc/init/ $ chmod +x /etc/init/searchoptimizer.conf
If you have used any non-default paths and so on during installation, edit the startup script to contain the values that you used.
Start the application.
System V:
$ sudo /etc/init.d/searchoptimizer start
Upstart:
$ sudo service searchoptimizer start
To install HPE IDOL Search Optimizer as a Windows Service
winsw.exe
executable file to searchoptimizer.exe
.install
directory in the HPE IDOL Search Optimizer installation zip package includes a Windows
folder. This folder contains a winsw
folder, which in turn contains a searchoptimizer.xml
file. Move the searchoptimizer.exe
file into this folder.searchoptimizer.xml
configuration file. You must also ensure that searchoptimizer.exe
, searchoptimizer.xml
, and searchoptimizer.war
are all in the same directory.Run the following command from the Windows command line to install HPE IDOL Search Optimizer as a service:
searchoptimizer.exe install
Note: You can also use the following commands with searchoptimizer.exe
:
uninstall
start
stop
status
For more information, see https://github.com/hpe-idol/winsw.
Before you start HPE IDOL Search Optimizer, follow the steps in Configure HPE IDOL Search Optimizer, and ensure that you have set up the required user roles in HPE IDOL Community. A user must be a member of one of these roles to log into HPE IDOL Search Optimizer. See User Roles for more information.
|