I want to install a local Liveblog 3 (https://github.com/superdesk/liveblog) for demo purposes. Following the README, it worked so far, except all connections to Port 80 are getting refused.
So my questions are:
- are the install instructions in the liveblog README correct? - do I have to run the startup script in the virtualenv? Can't I use the system docker-compose?
1) yes, but config have a problem, i've done hotfix for it: https://github.com/superdesk/liveblog/commit/616c5dde612c4630e5859719fa87d45c5d5e8ece you can pull the changes from liveblog repo and try again 2) yes, you can use system docker-compose, but you have to comment out the lines for virtualenv and docker-compose install in the script then