change file name
This commit is contained in:
parent
3a649db5f2
commit
e6bd5dfc22
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ The setup will consist on preparing:
|
||||||
- Make a copy of the `.env-example` file in this same folder and name it `.env`. Fill it in with a password for your local database user.
|
- Make a copy of the `.env-example` file in this same folder and name it `.env`. Fill it in with a password for your local database user.
|
||||||
- Start WSL
|
- Start WSL
|
||||||
- Start Docker Desktop
|
- Start Docker Desktop
|
||||||
- Visit this directory from a WSL terminal and run the command: `docker compose -f dev-dwh.docker-compose.yml up -d`
|
- Visit this directory from a WSL terminal and run the command: `docker compose -f local-dwh.docker-compose.yml up -d`
|
||||||
- You should see the local DWH container now running in Docker Desktop. If not, something went wrong.
|
- You should see the local DWH container now running in Docker Desktop. If not, something went wrong.
|
||||||
- Connect to the server with DBeaver or whatever database manager you are using.
|
- Connect to the server with DBeaver or whatever database manager you are using.
|
||||||
- Create two databases named `dwh` and `dwh_hybrid`.
|
- Create two databases named `dwh` and `dwh_hybrid`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue