Unix has its own script that you can run to perform an express installation of multiple microservices.
Procedure
- On the SDL Knowledge Center 13 installation media, navigate to the folder Content Delivery\resources\quickinstall\.
- Open setenv.sh for editing.
- Configure logging locations, database locations and credentials, and Content Deployer folders for incoming content.
- Save and close setenv.sh.
- Open a command shell.
- On the command prompt, type quickinstall.sh but do not press Enter.
- Select the command line switches you want to apply and enter them. Specify normal switches with a
-- prefix, short switches with a -. If your switch takes a value, put a space between your switch and its value. For example:
./quickinstall.sh
--kc
--enable-discovery --enable-deployer --enable-content -s /home/../roles --license /home/../cd-license.xml
in which:
--kc, --enable-discovery, --enable-deployer and --enable-content are normal switches, which take no value
-s is a short switch (the long form would be --services-location), which takes the value /home/../roles
--license is a normal switch, which takes the value /home/../cd-license.xml
- Press Enter to run the script.