Hi guys, I am trying to build on top of datahub in...
# all-things-deployment
b
Hi guys, I am trying to build on top of datahub in my ubuntu vm. For deploying the applications, I used the guide https://datahubproject.io/docs/docker/development/ . I used the quickstartDebug task for deploying them as docker containers. Now how do I run these applications using direct compose files? I want to use the files that are internally used by this task. Can someone guide me how to do that? Thank you.
a
Hi, not sure that i understood correctly on this - if you want to run docker-compose.yaml directly, you can refer here : https://datahubproject.io/docs/docker/development#running-a-specific-service
b
Hi..I am adding some changes to the datahub code. May I know how to start this whole project without docker? Now each time I have to rerun compose in case i need to test changes. I am using Intellij.