Feature summary (what you would like to be able to do and where):
Follow step-by-step instructions on how to run the WIkibase Release Pipeline locally. Currently there is this FAQ answer.
I have been able to run everything up to this point, but I'm not sure how to even begin interpreting the FAQ answer or how to implement it on my own device. I've showcased a bit of my confusion so far in this ticket.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
- There are many etc/hosts files-- on the local machine and in the Docker containers. Which one (or ones) are being referred to?
- The WQS and QuickStatements don't seem to require any changes to /etc/hosts, only the Wikibase itself. Is there a reason this occurs? Should that be documented?
- Once you local the right etc/host file or files, what do you change? Are there any guides on how to do so? Can doing so in the wrong manner break components on your machine or in your containers?
- Is there a way to automate the changes to /etc/hosts for localhost, so that you don't have to manually edit things when testing?
Benefits (why should this be implemented?)
A number of users utilize local installs of Wikibase and making the process more clear would be extremely useful.