Skip to content

Commit

Permalink
Remove npm calls
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Mar 8, 2024
1 parent ce9fd21 commit 64e7fdc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions content/en/apps/guides/data/analytics/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ This setup involves starting Logstash, PostgreSQL, PostgREST, DBT, and CouchDB.

Run the Docker containers and wait for every container to be up and running:
```sh
npm run local
```

This is equivalent to running:
```sh
# starts logstash, postgres, postgrest, generator (for fake data), couchdb and dbt
docker-compose -f docker-compose.couchdb.yml -f docker-compose.postgres.yml -f docker-compose.yml up -d
```

Expand Down

0 comments on commit 64e7fdc

Please sign in to comment.