Where can I simply start a docker-compose file (qu...
# getting-started
r
Where can I simply start a docker-compose file (quickstart)? https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j-m1.quickstart.yml seems to contain variables which are not resolved. Where do I get a suitable .env file for these variables? I am aware of https://datahubproject.io/docs/quickstart/ the python CLI - but would prefer to not require that wrapper (rather get a normal docker-compose to work).
b
Are there variables unresolved? You shd be able to use it as is
r
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
?
b
if u chose not to specify, then it will default to 2181
r
understood thanks!
When the UI comes up on 9002 - where can I find the default username/passwords?
b
datahub/datahub
r
Strange - this does not work for me. But: ERROR: Can't initialize batch_readline - may be the input source is a directory or a block device. the Mysql instance did not start up.
Failed to log in! SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data
this is the error I am getting
b
SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data => you see this at UI? GMS is not ready
probably GMS is waiting for mysql
r
I stopped docker and restarted it. Now mysql is coming up and GMS allows to login
Thanks!
b
Glad to hear it's working @rapid-king-93225!