edgi-govdata-archiving / web-monitoring

Documentation and project-wide issues for the Website Monitoring project (a.k.a. "Scanner")
Creative Commons Attribution Share Alike 4.0 International
105 stars 17 forks source link

How to use this tool #147

Closed PranamyaJake closed 4 years ago

PranamyaJake commented 4 years ago

Hi, I am a newbie, as i was exploring this tool, i couldn't understand how to use this tool(i hv already read README file). Can someone please help me how to use the tool or code base , or can i get any documents or link where i can read about it

Mr0grog commented 4 years ago

Are you trying to access the service that is live, or are you trying to set up your own copy?

PranamyaJake commented 4 years ago

I am trying to set up my own copy

Mr0grog commented 4 years ago

Since it’s built as a suite of small services, you’ll need to set up instances of web-monitoring-db, web-monitoring-processing, and web-monioring-ui, then give them addresses to each other in their configuration so they can communicate (see the sample environment files in each project). Then you can start importing data by posting to the /api/v0/imports endpoint on web-monitoring-db.

Hopefully the ARCHITECTURE.md doc might give you a good sense of how the different pieces fit.

Mr0grog commented 4 years ago

(Also, if you want to deploy with Kubernetes, you can take a look at how we have things set up in the web-monitoring-ops repo.)

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in seven days if no further activity occurs. If it should not be closed, please comment! Thank you for your contributions.