Skip to content

Update instructions to set up GDK and Snowplow Micro

Eugie Limpin requested to merge docs/update-snowplow-micro-guide into master

What does this MR do and why?

When I was going through the steps in setting up GDK and Snowplow Micro I just copy-pasted the whole command in my terminal not realizing the second line was meant to be run inside psql.

This MR updates the instructions to clarify that the command gdk psql -d gitlabhq_development should be run in the shell while update application_settings set snowplow_collector_hostname='localhost:9090', snowplow_enabled=true, snowplow_cookie_domain='.gitlab.com'; should be run in psql.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eugie Limpin

Merge request reports