KnowHOW System Requirements
Please check here for System Requirements: PSknowHOW | System Requirements
Release Notes
Please read the release notes before starting the upgrade.
Installation Steps
Update the DOcker Compose file with required variabale details as mentioned @ Environmental variables
Step 1: Create folder structure
Choose the preferred location where you want to create the folder for PSKnowhow . Ensure that the location has a decent amount of available space.
...
Code Block |
---|
mkdir /location/PSKnowhow |
Step 2 : Download docker-compose.yaml
If you have a valid publicis sapient credentials, please follow instructions mentioned here else continue with below steps.
...
Update Credentials of DB and other Environmental variable as specified hereEnvironmental variables
Step 4 : Pull the docker images and Run the Containers
Open terminal/command prompt in PSKnowhow folder .
Pull the images by
Code Block docker-compose pull
Run the container by
Code Block docker-compose up -d
Check Post installation steps for further configuration.