I've installed Liveblog on Ubuntu 14.04 as per the instructions in README using Docker Compose. I'm doing this on a Digital Ocean Droplet.
Starting the app with this command
./scripts/docker-local-demo.sh
will serve all of the static assets and brings up the login screen. However, the client is making requests to 127.0.01/api which are naturally all failing. I'm not sure how to set that endpoint so that the requests will stop failing as /api returns a 404.