Step 1 - KnowHOW System Requirements
Please check here for System Requirements: PSknowHOW | System Requirements
Step 2 - Release Notes
Please read the release notes before starting the upgradeinstallation.
...
Update the DOcker Compose file with required variabale details as mentioned @ Environmental variables
...
Step 3 - Create folder structure
Choose Please select the preferred location where you want to create the folder for PSKnowhow . Ensure that the location has a decent for creating the PSKnowhow folder, ensuring that the chosen location offers a sufficient amount of available space.
Windows / MacOS:
Create the “PSKnowhow“ directory on drive where you prefer. For example, if you prefer the "C:" drive on Windows Please establish the "PSKnowhow" directory in your preferred drive location. For instance, on Windows, you may choose to create it at “C:\UserName\PSKnowhow or the "PSKnowhow”, whereas on macOS, you can opt for the “/Users/YourUsername/PSKnowhow" ” directory on macOS.
Linux:
Use the bellow command to create “PSKnowhow” directory on your preferred location , Replace “location” from below code with your preferred locationTo create the "PSKnowhow" directory in Linux, you can use the mkdir
command in the terminal. Here's the command:
Code Block |
---|
mkdir /location/PSKnowhow |
Replace "/location/PSKnowhow
...
" with your preferred location. This command will create the "PSKnowhow" folder in the specified location. Make sure to choose a directory path that you have appropriate permissions to create folders in and available space.
Step 4 - Download docker-compose.yaml
If you have a valid publicis sapient credentials, please follow instructions mentioned here else continue with below steps.
...