Hi ,freinds,is there any way to deploy datahub off...
# getting-started
p
Hi ,freinds,is there any way to deploy datahub offline? so many freinds in china encounter same network problem that fetch container. any advice and answer will be appreciated.
m
Hi Jason. I tried it locally and it works. You can try it: step1: install docker/docker-compose/git/ step2: git clone project and "cd datahub" step3: change you /etc/docker/daemon.json to a Chinese mainland url like aliyun or 163.com ... step4: check the file with "grep image ./docker/quickstart/docker-compose.quickstart.yml" and get all images list. step5:docker pull all the images involved. like "docker pull confluentinc/cp-kafka:5.4.0 docker pull acryldata/acryl-datahub-actions:head docker pull linkedin/datahub-frontend-react:head docker pull linkedin/datahub-gms:head docker pull elasticsearch:7.9.3 docker pull linkedin/datahub-elasticsearch-setup:head docker pull linkedin/datahub-kafka-setup:head docker pull mysql:5.7 docker pull acryldata/datahub-mysql-setup:head docker pull neo4j:4.0.6 docker pull confluentinc/cp-schema-registry:5.4.0 docker pull confluentinc/cp-zookeeper:5.4.0 " step6: "source ./docker/quickstart.sh " when it done and you can check the web from 9002 port.
e
Hi @powerful-account-82153 take a look at our quickstart guide! you should be able to run everything locally and offline
p
@mysterious-parrot-80195 @echoing-airport-49548 i really appreciate your advice. i am trying to tackle with that problem through the offline delpoy mode.