Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 2 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

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.

Linux:

To create the "PSKnowhow" directory in Linux, you can use the mkdir command in the terminal. Here's the command:

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 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