Skip to content

Commit 1779dd7

Browse files
authored
Update README.md
1 parent 448bafa commit 1779dd7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,34 @@ unwieldy. In addition to being a well-rounded OLTP sample, it is also a good cho
99
ETL into a data warehouse.
1010

1111

12-
13-
## How to set up the database:
12+
# Main AdventureWorks OLTP database:
1413

1514
Download [Adventure Works 2014 OLTP Script](https://github.com/Microsoft/sql-server-samples/releases/download/adventureworks/AdventureWorks-oltp-install-script.zip).
1615

17-
1816
```
1917
20-
## Using with Docker
21-
You can spin up a new database using **Docker** with `docker-compose up --build`.
18+
## Using with Docker at windows 10
19+
20+
You can spin up a new Postgres-database using **Docker** at windows 10 enviroment with `docker-compose up --build`.
2221
There is a helper script at `./run_docker.sh` that will download necessary files, build the image, and run the container. The database will be available on port 5432. Use the following environment variables to configure the database:
2322
2423
```sh
2524
POSTGRES_USER=postgres
2625
POSTGRES_PASSWORD=postgres
2726
POSTGRES_DB=Adventureworks
2827
POSTGRES_PORT=5432
29-
POSTGRES_HOST=localhost
30-
28+
POSTGRES_HOST=localhost
3129
POSTGRES_URL="postgresql://postgres:[email protected]/Adventureworks"
3230
31+
##### Successful Running of Docker images , can connect by using DBeaver client tool
32+
https://github.com/tutul2010/DemoWebApp/assets/13733464/e045a489-d7d4-459b-b56f-5dab65b1ae91
3333
3434
_You will need to rename the Adventure Works 2014 OLTP Script archive to **adventure_works_2014_OLTP_script.zip** to get this to work!_
3535
3636
3737
## Motivation
3838
39-
Thanlks @lorint/AdventureWorks-for-Postgres
39+
Thanks @lorint/AdventureWorks-for-Postgres
4040
4141
Let's keep coding fun.
4242

0 commit comments

Comments
 (0)