apache/submarine

how run it by source code

wyyg66666666 opened this issue · 1 comments

how run it by source code ,not docker ,not minikube.
i develop by IDE idea ,i want run it by IDE ,which service should run
image

@wyyg66666666
If you want to start server, you can build workbench first and then start org.apache.submarine.server.SubmarineServer class in submarine-server which is a jetty web server.
Submarine is a cloud native service, so that you need at least a k8d cluster that can be connected locally (local minikube/kind or remote k8s cluster).
At the same time, don't forget that you also need to start a mysql database service that can be connected.