Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Step 1 - KnowHOW System Requirements

...

Please select the preferred location for creating the PSKnowhow folder, ensuring that the chosen location offers a sufficient amount of available space.

Windows / MacOS:

Please establish the "PSKnowhow" directory in your preferred drive location. For instance, on Windows, you may choose to create it at C:\UserName\PSKnowhow”, whereas on macOS, you can opt for the /Users/YourUsername/PSKnowhow directory.

Linux:

To 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

...

Step

...

5 - Edit the docker compose file with appropriate values

Step

...

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