[15:35:24] <taleinat> Hi, I'm trying to set up Warehouse for local development using Docker. I've been following the instructions under "Getting Started" in the docs, but am getting an error running the `make initdb` command: elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f45dbbeff40>: Failed to establish a new
[15:35:24] <taleinat> connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f45dbbeff40>: Failed to establish a new connection: [Errno 111] Connection refused)
[15:35:55] <taleinat> Basically, I've run `make build`, `make serve` and then `make initdb`. Am I missing something?
[15:37:06] <sumanah> I've run into stuff like this myself sometimes. lemme look at https://warehouse.readthedocs.io/development/getting-started/#troubleshooting real quick
[15:37:49] <sumanah> taleinat: could https://warehouse.readthedocs.io/development/getting-started/#errors-when-executing-make-initdb be affecting you?
[15:38:00] <sumanah> "you might need to increase the amount of memory allocated to docker, since elasticsearch wants a lot of memory (Dustin gives warehouse ~4GB locally)."
[15:38:21] <sumanah> also, taleinat, welcome! thanks for contributing to Warehouse!
[15:38:43] <taleinat> Thanks! Also for the quick and kind response :)
[16:15:33] <sumanah> ^ taleinat I saw you're on IRC using the webchat client (which doesn't save logs) so I figured you might want to know there are centralized logs. (The logging bot pmxbot does sometimes go down and need rebooting, which jaraco and I can do)
[16:23:38] <taleinat> Hi sumanah, still working... looking good so far, now on `make initdb`.
[16:24:10] <sumanah> Great! I am about to step away and eat some lunch taleinat but other folks here can help you -- if you end up waiting more than 20 min you can make a GitHub issue and someone will reply too that
[19:51:28] <taleinat> Question on working with the Warehouse codebase: After I've made some changes, what do I need to do to make them take effect in the docker-compose-based local setup?