Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Next »

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.

Windows / MacOS:

Create the “PSKnowhow“ directory on drive where you prefer. For example, if you prefer the "C:" drive on Windows C:\UserName\PSKnowhow or 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 location

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.

Step 3 : Edit the docker compose file with appropriate values

Step 4 : Pull the docker images and Run the Containers

  • Open terminal/command prompt in PSKnowhow folder .

  • Pull the images by

    docker-compose pull
  • Run the container by

  • docker-compose up -d
  • Check Post installation steps for further configuration.

  • No labels