Open nshiff opened 7 years ago
Can you run docker --version
?
They changed the docker-compose.yml file format in 1.8 I think, to accept a new version: '2'
config, so if you have a really old version for some reason, it won't understand the new version.
seigenblues mentioned on reddit that the project was interested in some frontend work. I don't see any to-dos for frontend, so I figured I would clone the project and just see the state of things. I'm attempting to follow along with the readme instructions, but here's where I am.
Install Python3 - ok
Install pip - ok
Install postgres - this seemed to work. On my version Ubuntu 16.04, there is the package
postgresql
andpostgresql-9.5
. In order to get 9.4, I used the linked instructions to use an alternate repository. This seemed to work.Install the python dependencies with pip. - This does not appear to be working. Here's what I have.
I found a few references on Stack Overflow with failures to build this package, but none of the suggestions worked for me (installed autotools, ran pip with sudo).
Linux: Install docker and docker-compose - ran hello-world with success
So I commented out the "version" line, but then fail with:
I don't understand... I modified .env with the values for an empty database I set up in Postgres. Any tips appreciated.