First run config on headless Ubuntu server

Looking to run this headless. I have the virtualenv working fine and kegbot server is running. I cannot access it via IP.on.my.lan:8000 though. I modified mysql and nginx to listen on that IP but no dice. I am assuming there is a setting in kegbot somewhere itself that configures it to only listen on localhost. I was poking around pykeg.settings but do not see anything obvious.

Edit- didn’t read far enough down the install guide. Here’s the easy fix for anyone with this issue.

$ kegbot runserver 0.0.0.0:8000