You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ If you want to work with curation on GitHub, you could follow these steps
156
156
CURATION_GITHUB_OWNER="<your own GitHub account>"
157
157
CURATION_GITHUB_REPO="curated-data-dev"
158
158
```
159
-
2. In order to get GitHub webhook events, a http forwarding proxy is needed. Here [ngork](https://ngrok.com/download) has been used. Run `ngork http http://localhost:4000`. You will see something similar to this
159
+
2. In order to get GitHub webhook events, a http forwarding proxy is needed. Here [ngrok](https://ngrok.com/download) has been used. Run `ngrok http http://localhost:4000`. You will see something similar to this
160
160
```
161
161
Session Status online
162
162
Session Expires 1 hour, 59 minutes
@@ -166,8 +166,8 @@ If you want to work with curation on GitHub, you could follow these steps
3. Then you could create a webhook in your forked curate-data repository. Use `<ngork forwarding url(prefer https one)>/webhook` as the webhook payload URL. And put 'secret' as the webhook secret.
170
-
4. You could verify Github webhook events with `ngork` management UI, http://localhost:4040
169
+
3. Then you could create a webhook in your forked curate-data repository. Use `<ngrok forwarding url(prefer https one)>/webhook` as the webhook payload URL. And put 'secret' as the webhook secret.
170
+
4. You could verify Github webhook events with `ngrok` management UI, http://localhost:4040
171
171
172
172
## Debug
173
173
After running `docker-compose up`, you could attach debuggers to the running containers for service and crawler.
0 commit comments