Skip to content

Commit 857ac8b

Browse files
authored
Merge pull request #41 from PublicisSapient/master
Create README.md
2 parents 48fe736 + ce3d284 commit 857ac8b

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# KnowHOW
2+
3+
> KnowHOW started its life as an addition of bespoke features on top of Hygieia and embarked its own journey to support the digital transformation of Publicis Sapient clients.A dedicated team of engineers crafted it into a product which stands on its own.
4+
KnowHOW has enabled multiple organization to optimize their ways of working.
5+
6+
KnowHOW is a measurement framework that delivers an intuitive, visual dashboard to track key performance indicators (KPIs) across entire organizations transformation programs. It empowers teams with the knowledge of HOW work is progressing, areas of health, as well as achievement gaps and areas for improvement.
7+
8+
Extraordinarily useful for businesses implementing digital business transformation programs, it should be implemented as part of program startup, and used as a tool for continuous reflection and improvement.
9+
10+
This KPI dashboard connects with all the different tools including Product Management, Design, Technical Quality, Agile Project Management, and Team Operations – and has a flexible architecture to capture engagement metrics and health for a program. It consolidates the information in one place. By consolidating and visualizing the data, team members, program leaders and executives get a single source of truth and understanding of the program health.
11+
12+
For Detailed product documentation and feature list please refer to the link ->
13+
https://psknowhow.atlassian.net/wiki/spaces/PSKNOWHOW/pages/1212417/About+PSknowHOW
14+
15+
For installation instruction please refer to the link ->
16+
https://psknowhow.atlassian.net/wiki/spaces/PSKNOWHOW/pages/1966195/KnowHOW+-+Installation+Setup
17+
18+
19+
# Installation Guide of AuthNAuth application
20+
21+
## Prerequisite
22+
23+
1. DNS allocated to the Host machine
24+
2. Valid SSL certificate with Common Name
25+
26+
## Steps
27+
28+
1. Download the `docker-compose.yaml` file.
29+
2. Open the `docker-compose.yaml` file in any preferred editor and uncomment the auth service. and replace all the placeholders like Docker image tags, DB username, and password, etc., and save it.
30+
3. Now pull the Docker image by running:
31+
```
32+
docker-compose pull
33+
```
34+
4. After successfully pulling the Docker image, run the container by executing:
35+
```
36+
docker-compose up -d
37+
```
38+
5. Your application will now be running and can be accessed from a browser using the DNS..

0 commit comments

Comments
 (0)