Installation - Laptop (Docker Desktop/Podman)
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 installation.
Step 3 - Create folder structure
Please select the preferred location for creating the PSKnowhow folder and Authentication application, ensuring that the chosen location offers a sufficient amount of available space.
Windows / MacOS:
Please Create "
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.
Step 4 - Download docker-compose.yaml of PSKnowhow
Go to PSknowHOW/docker-compose.yaml at master ยท PublicisSapient/PSknowHOW
Right Click on Raw and save link as to Download docker-compose.yaml file to local as shown in below picture
Upload the downloaded docker-compose.yaml to PSKnowhow folder which you created in Step 3.
Step 5 - Edit the docker compose file with appropriate values
Update Credentials of DB and other Environmental variable as specified hereApplication Environmental variables
To begin with PSKnowhow, it is essential to have three mandatory containers: i) UI, ii) CustomAPI, and iii) MongoDB. Additionally, there are other optional containers, such as jira-processor, devops-processor (including Jenkins, GitHub, GitLab, Bamboo, Bitbucket, Zephyr, Sonar, and TeamCity collectors), azure-board-processor (for Azure Board), and azure-pipeline-repo (for Azure Pipeline and Azure Repo).
Based on specific requirements, you can bring up these respective containers as needed.
Step 6 - Pull the docker images and Run the Containers
Open terminal/command prompt in PSKnowhow folder .
Pull the images by (For Docker for Desktop)
docker-compose pull
(For Podman)
podman-compose pull
Run the container by (For Docker for Desktop)
docker-compose up -d
(For Podman)
Create readWrite Privileged user which adds extra layer of data protection from accidentally deleting collections and use this in application . follow this steps to create
ย
Check Post installation steps for further configuration.
ย
ยฉ 2022 Publicis Sapient. All rights reserved.