Commit 663dd2fe authored by Alper Akgun's avatar Alper Akgun

Update snowplow micro testing URL

parent 9c0633f7
...@@ -372,10 +372,10 @@ Snowplow Micro is a Docker-based solution for testing frontend and backend event ...@@ -372,10 +372,10 @@ Snowplow Micro is a Docker-based solution for testing frontend and backend event
docker run --mount type=bind,source=$(pwd)/example,destination=/config -p 9090:9090 snowplow/snowplow-micro:latest --collector-config /config/micro.conf --iglu /config/iglu.json docker run --mount type=bind,source=$(pwd)/example,destination=/config -p 9090:9090 snowplow/snowplow-micro:latest --collector-config /config/micro.conf --iglu /config/iglu.json
``` ```
1. Install snowplow micro by cloning the settings in [this project](https://gitlab.com/a_akgun/snowplow-micro): 1. Install Snowplow Micro by cloning the settings in [this project](https://gitlab.com/gitlab-org/snowplow-micro-configuration):
```shell ```shell
git clone git@gitlab.com:a_akgun/snowplow-micro.git git clone git@gitlab.com:gitlab-org/snowplow-micro-configuration.git
./snowplow-micro.sh ./snowplow-micro.sh
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment