Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg authored Apr 18, 2024
1 parent 2c5c940 commit e610e92
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ Make shure you have these requirements on your local machine:
- GCP service account for dbt|storage|bigquery

### Steps
1. Clone this repository
1. Clone this repository:
```bash
git clone https://github.com/arthurfg/brazilian-reits.git
```

2. Go to the repo
2. Go to the repo:
```bash
cd </path/to/repo>
```
Expand All @@ -155,12 +155,12 @@ Replace the values of the variables with their respective values and load the en
source .env
```

4. Go to terraform directory
4. Go to terraform directory:
```bash
cd terraform
```

5. Run the terraform commands
5. Run the terraform commands:
```bash
terraform plan
```
Expand All @@ -172,4 +172,9 @@ terraform apply
```bash
cd ..
touch dbt-service-account.json
```

7. Build the Docker image:
```bash
docker build -t brazilian-reits-image .
```

0 comments on commit e610e92

Please sign in to comment.