submarine icon indicating copy to clipboard operation
submarine copied to clipboard

how run it by source code

Open wyyg66666666 opened this issue 3 years ago • 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 avatar Apr 14 '22 11:04 wyyg66666666

@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.

cdmikechen avatar May 10 '22 05:05 cdmikechen