change file name

This commit is contained in:
Pablo Martin 2024-10-01 10:12:40 +02:00
parent 3a649db5f2
commit e6bd5dfc22

View file

@ -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.
- Start WSL
- 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.
- Connect to the server with DBeaver or whatever database manager you are using.
- Create two databases named `dwh` and `dwh_hybrid`.