Install requirements and run app servers.
$ pip install -r requirements.txt
$ honcho startInstall Nginx and copy config to /etc/nginx/conf.d/.
$ sudo apt-get install nginxAdd 127.0.0.1 internal.local external.local to /etc/hosts and
try to curl.
$ curl external.local
Hi, I am internal API!